Skip to content

Commit 8854774

Browse files
authored
Skip post setup mambaforge in Continuous Integration (#2220)
Reduce time spent by `conda-incubator/setup-miniconda` on the 'Post Setup Mambaforge' step, especially on Windows which could take ~4-6 minutes.
1 parent b22495d commit 8854774

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/cache_data.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
miniforge-version: latest
3434
miniforge-variant: Mambaforge
3535
mamba-version: "*"
36+
run-post: false
3637
use-mamba: true
3738

3839
# Install GMT and other required dependencies from conda-forge

.github/workflows/ci_docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
miniforge-version: latest
6565
miniforge-variant: Mambaforge
6666
mamba-version: "*"
67+
run-post: false
6768
use-mamba: true
6869

6970
# Install GMT and other required dependencies from conda-forge

.github/workflows/ci_tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
miniforge-version: latest
8585
miniforge-variant: Mambaforge
8686
mamba-version: "*"
87+
run-post: false
8788
use-mamba: true
8889

8990
# Install GMT and other required dependencies from conda-forge

.github/workflows/ci_tests_dev.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
miniforge-version: latest
9191
miniforge-variant: Mambaforge
9292
mamba-version: "*"
93+
run-post: false
9394
use-mamba: true
9495

9596
# Install dependencies from conda-forge

.github/workflows/ci_tests_legacy.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
miniforge-version: latest
5959
miniforge-variant: Mambaforge
6060
mamba-version: "*"
61+
run-post: false
6162
use-mamba: true
6263

6364
# Install GMT and other required dependencies from conda-forge

0 commit comments

Comments
 (0)