Skip to content

Commit 615a546

Browse files
authored
CI: Pin PROJ 9.1.0 for conda tests (#1197)
1 parent 5424b97 commit 615a546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ jobs:
122122
os: [ubuntu-latest, macos-latest, windows-latest]
123123
python-version: ['3.8', '3.9', '3.10', '3.11']
124124
python-implementation: [python]
125-
proj-version: ['*']
125+
proj-version: ['9.1.0']
126126
include:
127127
- os: ubuntu-latest
128128
python-version: '*'
129129
python-implementation: pypy
130-
proj-version: '*'
130+
proj-version: '9.1.0'
131131
steps:
132132
- uses: actions/checkout@v3
133133

0 commit comments

Comments
 (0)