We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1595cb1 commit 7543a26Copy full SHA for 7543a26
.github/workflows/ci_tests.yaml
@@ -84,16 +84,17 @@ jobs:
84
with:
85
activate-environment: pygmt
86
python-version: ${{ matrix.python-version }}
87
- environment-file: environment.yml
88
- miniforge-variant: Mambaforge
+ channels: conda-forge,nodefaults
+ channel-priority: strict
89
miniforge-version: latest
90
+ miniforge-variant: Mambaforge
91
mamba-version: "*"
92
use-mamba: true
93
94
# Install GMT and other required dependencies from conda-forge
95
- name: Install dependencies
96
run: |
- conda install gmt=6.2.0 numpy=${{ matrix.numpy-version }} \
97
+ mamba install gmt=6.2.0 numpy=${{ matrix.numpy-version }} \
98
pandas xarray netCDF4 packaging \
99
${{ matrix.optional-packages }} \
100
codecov coverage[toml] dvc ipython make \
0 commit comments