File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@9f1fedda61294df4c004c05519a3fbf3b8e1f32f # v2.3.1
11+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@99401c364fa51c9c507d3cd6d272049278ac0b2c # v2.4.0
1212 with :
1313 env : |
1414 FFTW_DIR: /opt/homebrew/opt/fftw/lib/
Original file line number Diff line number Diff line change 5959 mv ./galsim_data/* ${{ env.GALSIM_PATH }}
6060 - run : echo GALSIM_CAT_PATH=${{ env.GALSIM_PATH }}real_galaxy_catalog_23.5_example.fits >> $GITHUB_ENV
6161 - name : retrieve STPSF data cache
62- uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
62+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6363 with :
6464 path : ${{ needs.download_stpsf_data.outputs.cache_path }}
6565 key : ${{ needs.download_stpsf_data.outputs.cache_key }}
7171 run : echo cache_key=${{ needs.download_stpsf_data.outputs.cache_key }}-galsim-${{ steps.galsim_data.outputs.hash }} >> $GITHUB_OUTPUT
7272 # save a new cache to the same generalized data directory, combined with extra data
7373 - name : cache combined data
74- uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
74+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
7575 with :
7676 path : ${{ steps.cache_path.outputs.cache_path }}
7777 key : ${{ steps.cache_key.outputs.cache_key }}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ concurrency:
3333
3434jobs :
3535 check :
36- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1fedda61294df4c004c05519a3fbf3b8e1f32f # v2.3.1
36+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@99401c364fa51c9c507d3cd6d272049278ac0b2c # v2.4.0
3737 with :
3838 envs : |
3939 - linux: check-style
5555 cache_path : /tmp/data
5656 test :
5757 needs : [crds_context, latest_data_cache]
58- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1fedda61294df4c004c05519a3fbf3b8e1f32f # v2.3.1
58+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@99401c364fa51c9c507d3cd6d272049278ac0b2c # v2.4.0
5959 with :
6060 libraries : |
6161 apt:
Original file line number Diff line number Diff line change 4646 test :
4747 if : (github.repository == 'spacetelescope/romanisim' && (github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'run extra tests')))
4848 needs : [crds_context, latest_data_cache]
49- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1fedda61294df4c004c05519a3fbf3b8e1f32f # v2.3.1
49+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@99401c364fa51c9c507d3cd6d272049278ac0b2c # v2.4.0
5050 with :
5151 libraries : |
5252 apt:
You can’t perform that action at this time.
0 commit comments