We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a7044 commit 62aec94Copy full SHA for 62aec94
.github/workflows/docs.yml
@@ -92,7 +92,7 @@ jobs:
92
cat requirements-full.txt
93
94
- name: Setup caching for conda packages
95
- uses: actions/cache@v4
+ uses: actions/cache@v5
96
with:
97
path: ~/conda_pkgs_dir
98
key: conda-${{ runner.os }}-${{ env.PYTHON }}-${{ hashFiles('requirements-full.txt') }}
.github/workflows/test.yml
@@ -112,7 +112,7 @@ jobs:
112
echo "dir="$(pip cache dir) >> $GITHUB_OUTPUT
113
114
- name: Setup caching for pip packages
115
116
117
path: ${{ steps.pip-cache.outputs.dir }}
118
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-full.txt') }}
0 commit comments