Skip to content

Commit

Permalink
[CI] fix nbval config formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-j committed Mar 21, 2021
1 parent def7f40 commit 0e71a56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/example_tests.yaml
Expand Up @@ -35,6 +35,6 @@ jobs:
source activate graphein-dev
pytest --nbval-lax --current-env
- name: Run example notebooks
run: |
grep -l smoke_test notebooks/*.ipynb | pytest --nbval-lax --current-env
- name: Run example notebooks
run: |
grep -l smoke_test notebooks/*.ipynb | pytest --nbval-lax --current-env

0 comments on commit 0e71a56

Please sign in to comment.