Skip to content

Commit 76d3567

Browse files
committed
try again...
1 parent 87a6a73 commit 76d3567

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/pytest-flake8.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
pytest:
4646
runs-on: ubuntu-latest
4747

48-
env:
49-
PYTHONPATH: $GITHUB_WORKSPACE
50-
5148
strategy:
5249
matrix:
5350
python-version: [3.7, 3.8, 3.9]
@@ -78,4 +75,4 @@ jobs:
7875
run: python setup.py install --user
7976

8077
- name: Run tests with pytest
81-
run: pytest -v --cov=. --cov-config .coveragerc --nbval --ignore=docs --ignore=./multigrid/variable_coeff_elliptic.ipynb --ignore=examples/mesh --ignore=examples/multigrid --ignore=presentations
78+
run: PYTHONPATH=$GITHUB_WORKSPACE pytest -v --cov=. --cov-config .coveragerc --nbval --ignore=docs --ignore=./multigrid/variable_coeff_elliptic.ipynb --ignore=examples/mesh --ignore=examples/multigrid --ignore=presentations

0 commit comments

Comments
 (0)