Skip to content

Commit

Permalink
See if separating out dust_extinction is sufficient to get install co…
Browse files Browse the repository at this point in the history
…nda deps to work
  • Loading branch information
JoanneBogart committed Apr 17, 2024
1 parent 093bf52 commit f032f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
conda update -n base conda
conda info
conda list
conda install -y --file etc/conda_requirements.txt || true
conda install -y --file etc/conda_requirements.txt
conda install dust_extinction
conda info

- name: Install rubin_sim_data
Expand Down
1 change: 0 additions & 1 deletion etc/conda_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
stackvana>=0.2023.32
gitpython
pyyaml-include=1.3
dust_extinction
sncosmo

0 comments on commit f032f7c

Please sign in to comment.