Skip to content

Commit

Permalink
CI: Pin PROJ 9.1.0 for conda tests (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Dec 10, 2022
1 parent 5424b97 commit 615a546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Expand Up @@ -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

Expand Down

0 comments on commit 615a546

Please sign in to comment.