Skip to content

Commit

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

0 comments on commit acc76f1

Please sign in to comment.