-
Notifications
You must be signed in to change notification settings - Fork 75
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
Update CI testing #804
Merged
Merged
Update CI testing #804
Conversation
This file contains 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
dopplershift
force-pushed
the
update-test-ci
branch
2 times, most recently
from
October 31, 2024 21:13
c2c94a0
to
a711c3f
Compare
dopplershift
force-pushed
the
update-test-ci
branch
from
October 31, 2024 21:22
d81eb87
to
b2672dd
Compare
dopplershift
force-pushed
the
update-test-ci
branch
6 times, most recently
from
November 1, 2024 00:08
0ee9a06
to
a14fcf8
Compare
dopplershift
had a problem deploying
to
CodeCov
November 1, 2024 00:09
— with
GitHub Actions
Failure
dopplershift
force-pushed
the
update-test-ci
branch
3 times, most recently
from
November 1, 2024 17:11
03c666d
to
8a0285c
Compare
dopplershift
force-pushed
the
update-test-ci
branch
from
November 1, 2024 17:26
8a0285c
to
b78de75
Compare
dopplershift
had a problem deploying
to
CodeCov
November 1, 2024 17:28
— with
GitHub Actions
Failure
dopplershift
had a problem deploying
to
CodeCov
November 1, 2024 17:29
— with
GitHub Actions
Failure
dopplershift
force-pushed
the
update-test-ci
branch
from
November 1, 2024 17:36
b78de75
to
e0dce26
Compare
Copy over from MetPy and re-use the actions available there.
This is now generated.
Pulled in from MetPy.
Needed for compatibility with new versions of protobuf. Rebuilt using protobuf 4.21.1 and proto files from netcdf-java 5.6.0.
This brings things more current and allows for environment resolution on Python 3.10 as well as fixes some runtime failures.
dopplershift
force-pushed
the
update-test-ci
branch
from
November 1, 2024 20:23
e0dce26
to
b46c87c
Compare
dopplershift
force-pushed
the
update-test-ci
branch
from
November 1, 2024 20:37
b46c87c
to
12317c2
Compare
No longer needed on Python >=3.10.
dcamron
approved these changes
Nov 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description Of Changes
This is pulling in the test workflows for PyPI and Conda from MetPy, making use of the composite actions over there. This also updates our Python versions to a "current" set of 3.10-3.12, rather than 3.7-3.9; this also requires a bunch of dependency bumps, both minimum and pinned version to get 3.12 to work.
Also cleaned up the codecov config and rebuilt the Python generated protobuf files since they were erroring on newer versions of protobuf.