From d31b42fba3897eb120c078ae721241c6b98b44c4 Mon Sep 17 00:00:00 2001 From: "Olivia R. Lynn" Date: Wed, 29 Nov 2023 12:42:34 -0500 Subject: [PATCH] Update smoke-test-head.yml - add fsps set up --- .github/workflows/smoke-test-head.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/smoke-test-head.yml b/.github/workflows/smoke-test-head.yml index 6a4db18..a109b90 100644 --- a/.github/workflows/smoke-test-head.yml +++ b/.github/workflows/smoke-test-head.yml @@ -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