Skip to content

Commit

Permalink
Update path for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi Perl authored and avi-perl committed Jul 28, 2024
1 parent dd987f0 commit 855ef27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest pytest-codeblocks
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Set PYTHONPATH
run: |
echo "PYTHONPATH=$PWD" >> $GITHUB_ENV
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 855ef27

Please sign in to comment.