Skip to content

Commit 1489b5f

Browse files
authored
Bump the GMT version to 6.2.0rc1 in CI (#1218)
1 parent b2bef4c commit 1489b5f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/ci_docs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
# Install GMT and other required dependencies from conda-forge
6767
- name: Install dependencies
6868
run: |
69-
conda install gmt=6.1.1 numpy pandas xarray netCDF4 packaging \
69+
conda install -c conda-forge/label/dev gmt=6.2.0rc1
70+
conda install numpy pandas xarray netCDF4 packaging \
7071
ipython make myst-parser \
7172
sphinx sphinx-copybutton sphinx-gallery sphinx_rtd_theme
7273

.github/workflows/ci_tests.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ jobs:
8686
# Install GMT and other required dependencies from conda-forge
8787
- name: Install dependencies
8888
run: |
89-
conda install gmt=6.1.1 numpy=${{ matrix.numpy-version }} \
89+
conda install -c conda-forge/label/dev gmt=6.2.0rc1
90+
conda install numpy=${{ matrix.numpy-version }} \
9091
pandas xarray netCDF4 packaging \
9192
codecov coverage[toml] dvc ipython make \
9293
pytest-cov pytest-mpl pytest>=6.0 \

environment.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: pygmt
22
channels:
3+
- conda-forge/label/dev
34
- conda-forge
45
- defaults
56
dependencies:
67
# Required dependencies
78
- pip
8-
- gmt=6.1.1
9+
- gmt=6.2.0rc1
910
- numpy>=1.17
1011
- pandas
1112
- xarray

0 commit comments

Comments
 (0)