From ca8ea7929bf931ef88df6ab0092e788461346680 Mon Sep 17 00:00:00 2001 From: Tianqing Zhang Date: Fri, 10 May 2024 17:12:09 -0400 Subject: [PATCH] skip dsps notebook in the smoke test --- .github/workflows/smoke-test-head.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke-test-head.yml b/.github/workflows/smoke-test-head.yml index a109b90..029df5a 100644 --- a/.github/workflows/smoke-test-head.yml +++ b/.github/workflows/smoke-test-head.yml @@ -41,7 +41,7 @@ jobs: echo "SPS_HOME=/opt/hostedtoolcache/Python/fsps" >> $GITHUB_ENV - name: Run notebooks run: | - rail render-nb --skip examples/creation_examples/plotting_interface_skysim_cosmoDC2_COSMOS2020_demo.ipynb examples/${{ matrix.notebook-dir }}_examples/*.ipynb + rail render-nb --skip examples/creation_examples/dsps_sed_demo.ipynb --skip examples/creation_examples/plotting_interface_skysim_cosmoDC2_COSMOS2020_demo.ipynb examples/${{ matrix.notebook-dir }}_examples/*.ipynb - name: Send status to Slack app (RAIL CI Reporter) if: ${{ failure() && github.event_name != 'workflow_dispatch' }} id: slack