Skip to content

Commit 47667df

Browse files
committed
Set strict channel priority to conda-forge only with no defaults to see if it speeds up resolver. See also https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-channels.html#strict-channel-priority
1 parent 1595cb1 commit 47667df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,14 @@ jobs:
8888
miniforge-variant: Mambaforge
8989
miniforge-version: latest
9090
mamba-version: "*"
91+
channels: conda-forge,nodefaults
92+
channel-priority: strict
9193
use-mamba: true
9294

9395
# Install GMT and other required dependencies from conda-forge
9496
- name: Install dependencies
9597
run: |
96-
conda install gmt=6.2.0 numpy=${{ matrix.numpy-version }} \
98+
mamba install gmt=6.2.0 numpy=${{ matrix.numpy-version }} \
9799
pandas xarray netCDF4 packaging \
98100
${{ matrix.optional-packages }} \
99101
codecov coverage[toml] dvc ipython make \

0 commit comments

Comments
 (0)