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 e25a88c commit c74a54aCopy full SHA for c74a54a
.github/workflows/test-all.yml
@@ -40,7 +40,7 @@ jobs:
40
python-version: ${{ matrix.python-version }}
41
42
- name: Restore pip cache
43
- uses: actions/cache@v2
+ uses: actions/cache@v4
44
id: pip-cache
45
with:
46
path: ~/.cache/pip
@@ -49,7 +49,7 @@ jobs:
49
${{ matrix.os }}-pip-${{ matrix.python-version }}-
50
51
- name: Restore PyOM2 build cache
52
53
id: pyom2-cache
54
55
path: ${{ env.PYOM2_DIR }}/py_src/*.so
.github/workflows/test-conda.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/checkout@v2
34
35
- name: Cache conda
36
37
38
path: ~/conda_pkgs_dir
39
key:
0 commit comments