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.
setup-python
cache
1 parent 1a046a9 commit f7f874fCopy full SHA for f7f874f
.github/workflows/run-tests.yaml
@@ -35,16 +35,16 @@ jobs:
35
miniforge-version: latest
36
python-version: ${{ matrix.python-version }}
37
if: ${{ !contains(fromJSON(env.not_in_conda), matrix.python-version) }}
38
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
39
with:
40
41
if: ${{ contains(fromJSON(env.not_in_conda), matrix.python-version) }}
42
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
43
44
path: ~/conda_pkgs_dir
45
key: ${{ runner.os }}-conda
46
- name: Cache pip
47
- uses: actions/cache@v3
+ uses: actions/cache@v4
48
49
path: ${{ matrix.pip-cache-path }}
50
key: ${{ runner.os }}-pip
0 commit comments