Skip to content

Commit

Permalink
update project name: actionflow -> agentica
Browse files Browse the repository at this point in the history
  • Loading branch information
shibing624 committed Jul 1, 2024
1 parent da96356 commit ebf4424
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
pip install torch
- name: Install from pypi
run: |
pip install -U similarities
python -c "import similarities; print(similarities.__version__)"
pip uninstall -y similarities
pip install -U agentica
python -c "import agentica; print(agentica.__version__)"
pip uninstall -y agentica
- name: Install dependencies
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit ebf4424

Please sign in to comment.