From d8992c2979f374d484c5b523466610352bb13495 Mon Sep 17 00:00:00 2001 From: Julio Campagnolo Date: Sat, 11 May 2024 18:05:27 -0300 Subject: [PATCH] CI: update cache keys --- .github/workflows/ci_workflows.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 6fa34114..a0aa15be 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -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