Skip to content

Commit de590b4

Browse files
committed
CI: Remove the arguments 'condarc' and 'cache-downloads' of the mamba-org/setup-micromamba action
1 parent 048bdc5 commit de590b4

File tree

7 files changed

+0
-32
lines changed

7 files changed

+0
-32
lines changed

.github/workflows/benchmarks.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ jobs:
4848
uses: mamba-org/[email protected]
4949
with:
5050
environment-name: pygmt
51-
condarc: |
52-
channels:
53-
- conda-forge
54-
- nodefaults
55-
cache-downloads: false
5651
cache-environment: true
5752
# environment cache is persistent for one week.
5853
cache-environment-key: micromamba-environment-${{ steps.date.outputs.date }}

.github/workflows/cache_data.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ jobs:
4646
uses: mamba-org/[email protected]
4747
with:
4848
environment-name: pygmt
49-
condarc: |
50-
channels:
51-
- conda-forge
52-
- nodefaults
5349
create-args: >-
5450
python=3.13
5551
gmt=6.5.0

.github/workflows/ci_docs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ jobs:
8383
uses: mamba-org/[email protected]
8484
with:
8585
environment-name: pygmt
86-
condarc: |
87-
channels:
88-
- conda-forge
89-
- nodefaults
90-
cache-downloads: false
9186
cache-environment: true
9287
# environment cache is persistent for one week.
9388
cache-environment-key: micromamba-environment-${{ steps.date.outputs.date }}

.github/workflows/ci_doctests.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ jobs:
4545
uses: mamba-org/[email protected]
4646
with:
4747
environment-name: pygmt
48-
condarc: |
49-
channels:
50-
- conda-forge
51-
- nodefaults
5248
create-args: >-
5349
python=3.13
5450
gmt=6.5.0

.github/workflows/ci_tests.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,6 @@ jobs:
118118
uses: mamba-org/[email protected]
119119
with:
120120
environment-name: pygmt
121-
condarc: |
122-
channels:
123-
- conda-forge
124-
- nodefaults
125-
cache-downloads: false
126121
cache-environment: true
127122
# environment cache is persistent for one week.
128123
cache-environment-key: micromamba-environment-${{ steps.date.outputs.date }}

.github/workflows/ci_tests_dev.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ jobs:
6060
uses: mamba-org/[email protected]
6161
with:
6262
environment-name: pygmt
63-
condarc: |
64-
channels:
65-
- conda-forge
66-
- nodefaults
67-
cache-downloads: false
6863
cache-environment: true
6964
# environment cache is persistent for one week.
7065
cache-environment-key: micromamba-environment-${{ steps.date.outputs.date }}

.github/workflows/ci_tests_legacy.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454
uses: mamba-org/[email protected]
5555
with:
5656
environment-name: pygmt
57-
condarc: |
58-
channels:
59-
- conda-forge
60-
- nodefaults
6157
create-args: >-
6258
python=3.11
6359
gmt=${{ matrix.gmt_version }}

0 commit comments

Comments
 (0)