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 3fe91a5 commit 305533dCopy full SHA for 305533d
.github/workflows/ci-additional.yaml
@@ -68,7 +68,7 @@ jobs:
68
echo "CONDA_ENV_FILE=ci/requirements/${{ matrix.env }}.yml" >> $GITHUB_ENV
69
fi
70
- name: Cache conda
71
- uses: actions/cache@v2
+ uses: actions/cache@v3
72
with:
73
path: ~/conda_pkgs_dir
74
key:
.github/workflows/ci.yaml
@@ -59,7 +59,7 @@ jobs:
59
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
60
61
62
63
64
65
key: ${{ runner.os }}-conda-py${{ matrix.python-version }}-${{
0 commit comments