Skip to content

Commit 0e0c866

Browse files
committed
Revert "Temporarily disable cache"
This reverts commit a6b19f7.
1 parent b5cc1c7 commit 0e0c866

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci_docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
channels:
7575
- conda-forge
7676
- nodefaults
77-
cache-downloads: false
78-
cache-environment: false
77+
cache-downloads: true
78+
cache-environment: true
7979
create-args: >-
8080
python=3.11
8181
gmt=6.4.0

.github/workflows/ci_tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ jobs:
103103
channels:
104104
- conda-forge
105105
- nodefaults
106-
cache-downloads: false
107-
cache-environment: false
106+
cache-downloads: true
107+
cache-environment: true
108108
create-args: >-
109109
python=${{ matrix.python-version }}${{ matrix.optional-packages }}
110110
gmt=6.4.0

.github/workflows/ci_tests_dev.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ jobs:
9898
channels:
9999
- conda-forge
100100
- nodefaults
101-
cache-downloads: false
102-
cache-environment: false
101+
cache-downloads: true
102+
cache-environment: true
103103
create-args: >-
104104
python=3.11
105105
cmake

.github/workflows/ci_tests_legacy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
channels:
6262
- conda-forge
6363
- nodefaults
64-
cache-downloads: false
65-
cache-environment: false
64+
cache-downloads: true
65+
cache-environment: true
6666
create-args: >-
6767
python=3.9
6868
gmt=${{ matrix.gmt_version }}

0 commit comments

Comments
 (0)