Skip to content

Commit

Permalink
NEP29: Test PyGMT on NumPy 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Sep 17, 2023
1 parent 1e48454 commit 99ce9b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ jobs:
isDraft: true
- os: windows-latest
isDraft: true
# Pair Python 3.9 with NumPy 1.22 and Python 3.11 with NumPy 1.25
# Only install optional packages on Python 3.11/NumPy 1.25
# Pair Python 3.9 with NumPy 1.22 and Python 3.11 with NumPy 1.26
# Only install optional packages on Python 3.11/NumPy 1.26
include:
- python-version: '3.9'
numpy-version: '1.22'
optional-packages: ''
- python-version: '3.11'
numpy-version: '1.25'
numpy-version: '1.26'
optional-packages: ' contextily geopandas ipython rioxarray sphinx-gallery'

timeout-minutes: 30
Expand Down

0 comments on commit 99ce9b6

Please sign in to comment.