Skip to content

Commit

Permalink
NEP29: Test PyGMT on NumPy 1.22 (#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 authored Jan 14, 2022
1 parent 77aaa7a commit f84851a
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 @@ -44,14 +44,14 @@ jobs:
# - os: ubuntu-latest
# python-version: 3.7
# isDraft: true
# Pair Python 3.8 with NumPy 1.19 and Python 3.9 with NumPy 1.21
# Only install optional packages on Python 3.9/NumPy 1.21
# Pair Python 3.8 with NumPy 1.19 and Python 3.9 with NumPy 1.22
# Only install optional packages on Python 3.9/NumPy 1.22
include:
- python-version: '3.8'
numpy-version: '1.19'
optional-packages: ''
- python-version: '3.9'
numpy-version: '1.21'
numpy-version: '1.22'
optional-packages: 'geopandas ipython'
timeout-minutes: 30
defaults:
Expand Down

0 comments on commit f84851a

Please sign in to comment.