From 882952a0174b75167c434691f1f6c819e4fa8201 Mon Sep 17 00:00:00 2001 From: Ismael Mendoza Date: Fri, 12 Nov 2021 16:11:31 -0500 Subject: [PATCH] update name of ntoebooks in test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4fafef997..04135c131 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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