We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a6a73 commit 76d3567Copy full SHA for 76d3567
1 file changed
.github/workflows/pytest-flake8.yml
@@ -45,9 +45,6 @@ jobs:
45
pytest:
46
runs-on: ubuntu-latest
47
48
- env:
49
- PYTHONPATH: $GITHUB_WORKSPACE
50
-
51
strategy:
52
matrix:
53
python-version: [3.7, 3.8, 3.9]
@@ -78,4 +75,4 @@ jobs:
78
75
run: python setup.py install --user
79
76
80
77
- 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
+ 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