Skip to content

Commit

Permalink
updating workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
LINSANITY03 committed Sep 22, 2024
1 parent 94ee991 commit 6fd4d82
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 @@ -29,7 +29,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Set PYTHONPATH
run: echo "PYTHONPATH=$(pwd)/app" >> $GITHUB_ENV
run: echo "PYTHONPATH=$(pwd)" >> $GITHUB_ENV
- name: Run tests
run: |
pytest tests/

0 comments on commit 6fd4d82

Please sign in to comment.