Skip to content

Commit

Permalink
build: minor rev to pytest to try to fix PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
danellecline committed Feb 27, 2024
1 parent 240d630 commit ed5dec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: pip install -r requirements.txt

- name: Set PYTHONPATH to subdirectory sdcat
run: echo "PYTHONPATH=${PWD}/sdcat" >> $GITHUB_ENV
run: echo "PYTHONPATH=sdcat" >> $GITHUB_ENV

- name: Run pytest
run: pytest

0 comments on commit ed5dec7

Please sign in to comment.