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 e1d2533 commit 6918273Copy full SHA for 6918273
.github/workflows/ci-additional.yaml
@@ -56,7 +56,7 @@ jobs:
56
echo "CONDA_ENV_FILE=ci/${{ matrix.env }}.yml" >> $GITHUB_ENV
57
58
- name: Cache conda
59
- uses: actions/cache@v2
+ uses: actions/cache@v3
60
with:
61
path: ~/conda_pkgs_dir
62
key:
.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ jobs:
31
echo "CONDA_ENV_FILE=ci/environment.yml" >> $GITHUB_ENV
32
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
33
34
35
36
37
0 commit comments