Skip to content

Commit

Permalink
ci: remove pythonpath setting
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiogra committed Nov 11, 2023
1 parent f86c6b6 commit 04ee32b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,4 @@ jobs:
run: ls -l
- name: Test with pytest
run: |
export PYTHONPATH=$(pwd):$(pwd)/app
echo "PYTHONPATH is set to $PYTHONPATH"
pytest

0 comments on commit 04ee32b

Please sign in to comment.