Skip to content

Commit

Permalink
NEP29: Test PyGMT on NumPy 1.24 (#2256)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Dec 20, 2022
1 parent 3f8c272 commit cdca634
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 @@ -39,14 +39,14 @@ jobs:
isDraft: true
- os: windows-latest
isDraft: true
# Pair Python 3.8 with NumPy 1.21 and Python 3.10 with NumPy 1.23
# Only install optional packages on Python 3.10/NumPy 1.23
# Pair Python 3.8 with NumPy 1.21 and Python 3.10 with NumPy 1.24
# Only install optional packages on Python 3.10/NumPy 1.24
include:
- python-version: '3.8'
numpy-version: '1.21'
optional-packages: ''
- python-version: '3.10'
numpy-version: '1.23'
numpy-version: '1.24'
optional-packages: 'geopandas ipython'
timeout-minutes: 30
defaults:
Expand Down

0 comments on commit cdca634

Please sign in to comment.