Skip to content

Commit

Permalink
Update CI workflow to use setup-venv.sh for virtual environment setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Dec 13, 2024
1 parent 50b2e38 commit 710b016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-deno-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/[email protected]
- name: Setup Virtual Environment 🛠️
run: |-
../backend-features/tools/setup.sh
../backend-features/tools/setup-venv.sh
. ../backend-features/.venv/bin/activate
- name: Run Tests 🧪
run: ../backend-features/run-tests.py

0 comments on commit 710b016

Please sign in to comment.