Skip to content

Commit

Permalink
update name of ntoebooks in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza committed Nov 12, 2021
1 parent 1ecf16a commit 882952a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Run notebooks
run: |
poetry run pytest --nbval notebooks --sanitize-with tests/sanitize.cfg --ignore "notebooks/galsim_hub_tutorial.ipynb" --ignore "notebooks/scarlet-measure.ipynb"
poetry run pytest --nbval notebooks --sanitize-with tests/sanitize.cfg --ignore "notebooks/01c-galsim_hub_tutorial.ipynb" --ignore "notebooks/01b-scarlet-measure.ipynb"
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 882952a

Please sign in to comment.