Skip to content

Commit 97d9748

Browse files
fix
1 parent 5b0f6b4 commit 97d9748

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3636
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3737
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38-
- name: Test with pytest
39-
run: |
40-
pytest
38+
- name: Run tests
39+
env:
40+
PYTHONPATH: ${{ github.workspace }}
41+
run: pytest

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)