Skip to content

Commit

Permalink
add all in 1 step
Browse files Browse the repository at this point in the history
  • Loading branch information
aakrem committed May 6, 2024
1 parent 8fcc861 commit b23c4a9
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/agenta-cli-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,13 @@ jobs:
poetry config virtualenvs.in-project true
- name: Install dependencies
run: |
cd agenta-cli
poetry install
- name: Initialize Agenta
env:
BACKEND_HOST: ${{ secrets.BACKEND_HOST }}
run: |
cd agenta-cli
poetry install
pwd
ls agenta
cd examples/baby_name_generator
cd ../examples/baby_name_generator
poetry run agenta init --app_name woooo --backend_host $BACKEND_HOST
- name: Serve Application
run: |
poetry run agenta variant serve --file_name app.py

0 comments on commit b23c4a9

Please sign in to comment.