Skip to content

Commit

Permalink
Merge pull request #143 from LSSTDESC/tqz/skip_smoketest
Browse files Browse the repository at this point in the history
skip dsps notebook in smoke test
  • Loading branch information
hangqianjun committed May 21, 2024
2 parents eb71f47 + 2465c43 commit 8292cb7
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 8292cb7

Please sign in to comment.