Skip to content

Commit

Permalink
Update smoke-test.yml - add fsps set up
Browse files Browse the repository at this point in the history
  • Loading branch information
OliviaLynn authored Nov 29, 2023
1 parent e94c3a0 commit 9a723d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
- name: Run unit tests with pytest
run: |
python -m pytest tests
- name: Set up fsps
run: |
git clone "https://github.com/cconroy20/fsps.git" "/opt/hostedtoolcache/Python/fsps"
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
Expand Down

0 comments on commit 9a723d3

Please sign in to comment.