File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
66
# Install GMT and other required dependencies from conda-forge
67
67
- name : Install dependencies
68
68
run : |
69
- conda install -c conda-forge/label/dev gmt=6.2.0rc1
70
- conda install numpy pandas xarray netCDF4 packaging \
69
+ conda install conda-forge/label/dev:: gmt=6.2.0rc1 \
70
+ numpy pandas xarray netCDF4 packaging \
71
71
ipython make myst-parser \
72
72
sphinx sphinx-copybutton sphinx-gallery sphinx_rtd_theme
73
73
Original file line number Diff line number Diff line change 89
89
# Install GMT and other required dependencies from conda-forge
90
90
- name : Install dependencies
91
91
run : |
92
- conda install -c conda-forge/label/dev gmt=6.2.0rc1
93
- conda install numpy=${{ matrix.numpy-version }} \
92
+ conda install conda-forge/label/dev:: gmt=6.2.0rc1 \
93
+ numpy=${{ matrix.numpy-version }} \
94
94
pandas xarray netCDF4 packaging \
95
95
${{ matrix.optional-packages }} \
96
96
codecov coverage[toml] dvc ipython make \
You can’t perform that action at this time.
0 commit comments