Skip to content

Commit

Permalink
changing pythonpath to app in github directory
Browse files Browse the repository at this point in the history
  • Loading branch information
LINSANITY03 committed Oct 6, 2024
1 parent c7e83bb commit f765eb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Set PYTHONPATH
run: echno "PYTHONPATH=$PYTHONPATH:$(pwd)/app" >> $GITHUB_ENV
- name: Run tests
working-directory: ./tests/test_routers
working-directory: ./tests
run: |
pytest

0 comments on commit f765eb5

Please sign in to comment.