Skip to content

Commit

Permalink
test: add missing PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
danellecline committed Feb 22, 2024
1 parent a108717 commit 4371400
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt

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

- name: Run pytest
run: pytest

0 comments on commit 4371400

Please sign in to comment.