From e032861c2a42474bf896e8731f960f075c88817a Mon Sep 17 00:00:00 2001 From: "Alan D. Snow" Date: Tue, 17 Jan 2023 22:20:44 -0600 Subject: [PATCH] CI: Remove PROJ pin in conda tests --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e305f6a96..86dedacd0 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -122,12 +122,12 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] python-version: ['3.8', '3.9', '3.10', '3.11'] python-implementation: [python] - proj-version: ['9.1.0'] + proj-version: ['*'] include: - os: ubuntu-latest python-version: '*' python-implementation: pypy - proj-version: '9.1.0' + proj-version: '*' steps: - uses: actions/checkout@v3