Skip to content

Commit

Permalink
Update smoke-test-head.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 6b37fa1 commit d31b42f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/smoke-test-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
run: |
rail clone-source --package-file rail_packages.yml
rail install --from-source --package-file rail_packages.yml
- 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 d31b42f

Please sign in to comment.