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 be43bdf commit ade7849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +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
pytest routing_test.py
working-directory: ./routingfilter

0 comments on commit ade7849

Please sign in to comment.