Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Pro committed Sep 8, 2024
1 parent 33eb5fb commit 4c3c778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Lint
run: pipenv run make lint
- name: Test with pytest
run: pipenv run export PYTHONPATH=./bot && pipenv run pytest
run: export PYTHONPATH=./bot && pipenv run pytest

0 comments on commit 4c3c778

Please sign in to comment.