Skip to content

Commit

Permalink
CI: Remove PROJ pin in conda tests (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 authored Jan 18, 2023
1 parent 07331db commit f1fb8cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
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: ['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

Expand Down

0 comments on commit f1fb8cd

Please sign in to comment.