-
Notifications
You must be signed in to change notification settings - Fork 0
Maintenance updates #76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
ad57c68
WIP: Poetry, bump CI actions, use Poe
QSparks 3851471
WIP: Remove old setup files
QSparks 1531a75
Update Dockerfile, address deprecations
QSparks 3abdafd
Fix Poe tasks in project.toml
QSparks 11668a4
WIP: Use Py 3.12 and GDAL 3.8.4
QSparks 9a57f0a
WIP: Address test failures, fix system dependencies in Dockerfile
QSparks c733b5f
Use py-sprint branches for dependencies
QSparks 10db3b5
Create session before calling resolve rules
QSparks e40d7b3
Use i7 branch for cf-cell-methods
QSparks 812bcbc
Narrow dependency versions
QSparks ae78d26
Drop Python 3.10 CI and update lock file
QSparks 95754aa
Update poetry.lock
QSparks 7ecfdd1
Update poetry.lock, remove collections patch from conftest.py
QSparks 41b0704
Remove poetry lock in CI
QSparks 05ecf91
Use tagged CE, wps-tools and modelmeta versions
QSparks 08cf152
Use tagged geospatial-python:3.8.4 image
QSparks b53898e
Remove peotry lock from Dockerfile
QSparks f323c80
Add USE_PYPROJECT option in black workflow
QSparks 326d633
Use p2a_impacts v0.5.0
QSparks File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| name: Black | ||
| on: push | ||
|
|
||
| jobs: | ||
| black: | ||
| runs-on: ubuntu-24.04 | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: actions/setup-python@v5 # Python ≥3.11 required for use_pyproject | ||
| with: | ||
| python-version: "3.12" | ||
| - uses: psf/black@stable | ||
| with: | ||
| use_pyproject: true | ||
| options: "--check" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
|
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In another bird, the matrix was just 3.11. What's the criterion for Python versions to test with in these repos?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3.12 may be required in this particular repository to support running on the newest geospatial-python docker, which supports only python 3.12 right now.