Skip to content

Commit

Permalink
Why does pip-installed pypy not like to run?
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Jul 31, 2021
1 parent 19c0e73 commit 21846ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
coverage report --show-missing
coveralls --service=github
- name: Notebook test
if: (! contains(matrix.python-version, 'pypy')) || (! contains(matrix.os, 'windows'))
if: (! contains(matrix.python-version, 'pypy'))
run: |
pip install nbconvert jupyter pytest
pip install nbconvert jupyter
jupyter nbconvert --to notebook --execute afar/tests/*ipynb
finish:
Expand Down

0 comments on commit 21846ce

Please sign in to comment.