Skip to content

Commit

Permalink
remove poetry shell
Browse files Browse the repository at this point in the history
  • Loading branch information
aakrem committed May 6, 2024
1 parent acc76f1 commit 8fcc861
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/agenta-cli-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
run: |
cd agenta-cli
poetry install
poetry shell
- name: Initialize Agenta
env:
Expand All @@ -40,8 +39,8 @@ jobs:
pwd
ls agenta
cd examples/baby_name_generator
agenta init --app_name woooo --backend_host $BACKEND_HOST
poetry run agenta init --app_name woooo --backend_host $BACKEND_HOST
- name: Serve Application
run: |
agenta variant serve --file_name app.py
poetry run agenta variant serve --file_name app.py

0 comments on commit 8fcc861

Please sign in to comment.