Skip to content

Commit

Permalink
utils to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
yoachim committed Nov 2, 2023
1 parent e191362 commit c50605b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
shell: bash -l {0}
run: |
export RUBIN_SIM_DATA_DIR=${{ github.workspace }}/data_dir
scheduler_download_data --tdqm_disable -d 'site_models,skybrightness_pre,scheduler'
scheduler_download_data --tdqm_disable -d 'site_models,skybrightness_pre,scheduler,utils'
scheduler_download_data --tdqm_disable -d tests --force
- name: conda list
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
shell: bash -l {0}
run: |
export RUBIN_SIM_DATA_DIR=${{ github.workspace }}/data_dir
scheduler_download_data --tdqm_disable -d 'site_models,scheduler,skybrightness_pre'
scheduler_download_data --tdqm_disable -d 'site_models,scheduler,skybrightness_pre,utils'
scheduler_download_data --tdqm_disable -d tests --force
- name: conda list
Expand Down

0 comments on commit c50605b

Please sign in to comment.