From 78fe93fab7a4c6c8cdaea2e5a6e6c2ee2fefc55c Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Tue, 20 Dec 2022 10:49:09 +0800 Subject: [PATCH] NEP29: Test PyGMT on NumPy 1.24 --- .github/workflows/ci_tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 36011398dd6..a6a50dfa554 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -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: