Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try approach used in imSim #94

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
conda install -y --file etc/conda_requirements.txt
conda info

- name: Install dust_extinction
run: |
conda install -y dust_extinction
conda info

- name: Install rubin_sim_data
run: |
mkdir rubin_sim_data
Expand Down
2 changes: 1 addition & 1 deletion etc/conda_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

stackvana>=0.2023.32
gitpython
dust_extinction
pyyaml-include>=1.3
sncosmo
Loading