Skip to content

Commit

Permalink
removing poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
aakrem committed May 16, 2024
1 parent 10ed1b5 commit 56aac42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/agenta-cli-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install poetry
cd agenta-cli
pip install -e .
poetry install --no-interaction
- name: Create .env file
run: |
Expand Down

0 comments on commit 56aac42

Please sign in to comment.