Skip to content

Commit

Permalink
Fixed a command
Browse files Browse the repository at this point in the history
  • Loading branch information
abhahn committed Apr 22, 2024
1 parent c4cb05e commit d4a842a
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 @@ -30,5 +30,5 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
export PYTHONPATH=$(cwd)
export PYTHONPATH=$(pwd)
pytest -v --show-capture=stdout

0 comments on commit d4a842a

Please sign in to comment.