Skip to content

Commit

Permalink
CI: update cache keys
Browse files Browse the repository at this point in the history
  • Loading branch information
juliotux committed May 11, 2024
1 parent 2486cdb commit d8992c2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,21 @@ jobs:
if: "!(contains(github.event.head_commit.message, '[skip ci]') || contains(github.event.head_commit.message, '[ci skip]'))"
with:
cache-path: ~/.astropy
cache-key: ${{ github.ref }}-${{ matrix.toxenv }}-astropycache
envs: |
- linux: py38-test-olddeps-online
cache-key: ${{ github.ref }}-py38lin-astropycache
- linux: py39-test-online
cache-key: ${{ github.ref }}-py39lin-astropycache
- linux: py310-test-online
cache-key: ${{ github.ref }}-py310lin-astropycache
- linux: py311-test-online
cache-key: ${{ github.ref }}-py311lin-astropycache
- linux: py312-test-online
cache-key: ${{ github.ref }}-py312lin-astropycache
- macos: py312-test-online
cache-key: ${{ github.ref }}-py312mac-astropycache
- windows: py312-test-online
cache-key: ${{ github.ref }}-py312win-astropycache
build_docs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
Expand Down

0 comments on commit d8992c2

Please sign in to comment.