Skip to content

Commit

Permalink
skip plotting nb for now
Browse files Browse the repository at this point in the history
  • Loading branch information
eacharles committed Oct 25, 2023
1 parent de8394f commit a500dc5
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 @@ -38,7 +38,7 @@ jobs:
python -m pytest tests
- name: Run notebooks
run: |
rail render-nb examples/${{ matrix.notebook-dir }}_examples/*.ipynb
rail render-nb --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() }}
id: slack
Expand Down

0 comments on commit a500dc5

Please sign in to comment.