From 95b2a301f007ff4311c1326d9d8f872bd397b9c2 Mon Sep 17 00:00:00 2001 From: snowman2 Date: Fri, 9 Dec 2022 20:35:29 -0600 Subject: [PATCH] CI: Pin PROJ 9.1.0 for 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 86dedacd0..e305f6a96 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: ['*'] + proj-version: ['9.1.0'] include: - os: ubuntu-latest python-version: '*' python-implementation: pypy - proj-version: '*' + proj-version: '9.1.0' steps: - uses: actions/checkout@v3