Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
Errec authored Aug 26, 2024
1 parent c5b459d commit a1d75c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -20,9 +20,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
- name: Run tests
working-directory: ./api
run: pytest
run: |
export PYTHONPATH=$PYTHONPATH:$(pwd)
pytest
build:
needs: test

0 comments on commit a1d75c8

Please sign in to comment.