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