Skip to content

Commit

Permalink
NEP29: Test PyGMT on NumPy 1.21 (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 authored Jun 24, 2021
1 parent 18f3dc2 commit ba5af79
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.7 with NumPy 1.17 and Python 3.9 with NumPy 1.20
# Only install optional packages on Python 3.9/NumPy 1.20
# Pair Python 3.7 with NumPy 1.17 and Python 3.9 with NumPy 1.21
# Only install optional packages on Python 3.9/NumPy 1.21
include:
- python-version: 3.7
numpy-version: '1.17'
optional-packages: ''
- python-version: 3.9
numpy-version: '1.20'
numpy-version: '1.21'
optional-packages: 'geopandas'
defaults:
run:
Expand Down

0 comments on commit ba5af79

Please sign in to comment.