Skip to content

Commit

Permalink
skip dsps notebook in smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
ztq1996 committed May 20, 2024
1 parent eb71f47 commit 2465c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2465c43

Please sign in to comment.