Skip to content

Commit

Permalink
Added venv
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Foschini committed Feb 13, 2024
1 parent 878abb4 commit c94f2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
isort ./buffalogs --sp .github/configurations/python_linters/.isort.cfg --profile black --filter-files --check-only --diff
- name: Test with pytest
run: |
source ../venv/bin/activate
source ./venv/bin/activate
pytest routing_test.py

0 comments on commit c94f2ca

Please sign in to comment.