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@99401c364fa51c9c507d3cd6d272049278ac0b2c # v2.4.0
11+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@e97344095b099e1d729fe97429078c9975921d8a # v2.6.2
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
62+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
74+ uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
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@99401c364fa51c9c507d3cd6d272049278ac0b2c # v2.4.0
36+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@e97344095b099e1d729fe97429078c9975921d8a # v2.6.2
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@99401c364fa51c9c507d3cd6d272049278ac0b2c # v2.4.0
58+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@e97344095b099e1d729fe97429078c9975921d8a # v2.6.2
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@99401c364fa51c9c507d3cd6d272049278ac0b2c # v2.4.0
49+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@e97344095b099e1d729fe97429078c9975921d8a # v2.6.2
5050 with :
5151 libraries : |
5252 apt:
You can’t perform that action at this time.
0 commit comments