mirror of
https://github.com/katanemo/plano.git
synced 2026-07-11 16:12:13 +02:00
venv
This commit is contained in:
parent
87e9eeb4cf
commit
691cd6ccc1
1 changed files with 2 additions and 1 deletions
3
.github/workflows/e2e_tests.yml
vendored
3
.github/workflows/e2e_tests.yml
vendored
|
|
@ -30,4 +30,5 @@ jobs:
|
||||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||||
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
|
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
|
||||||
run: |
|
run: |
|
||||||
cd e2e_tests && bash run_e2e_tests.sh
|
python -mvenv venv
|
||||||
|
source venv/bin/activate && cd e2e_tests && bash run_e2e_tests.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue