Skip to content

Commit

Permalink
Add rubin-scheduler install separately, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiannonlynne committed Nov 21, 2023
1 parent bee941a commit 1487b46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
id: rs-install
shell: bash -l {0}
run: |
mamba install --quiet rubin-scheduler
mamba install --quiet rubin_sim
mamba list rubin-sim | grep -v "#" | awk '{print $2}' > ${{ github.workspace }}/rs_version
echo "rs-version" `cat ${{ github.workspace }}/rs_version`
Expand Down

0 comments on commit 1487b46

Please sign in to comment.