Skip to content

Commit

Permalink
Trying to fix venv in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenioseveri committed Sep 26, 2023
1 parent ade7849 commit 7dddf47
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,6 +69,6 @@ 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
working-directory: ./routingfilter

0 comments on commit 7dddf47

Please sign in to comment.