-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Python 3.12 to GHA pytest-with-coverage workflow This lets us use the workflow to test whether all the packages NEMO-Cmd depends on have been updated to support Python 3.12. * Add workflow_dispatch trigger to GHA CI workflow Enables workflow to be triggered from GitHub CLI, browser, or via API. This is primarily to allow the workflow to be run via gh workflow run pytest-with-coverage --ref py312 during the conda-forge Python 3.12 migration to test if the environment is solvable yet. * Change dev & production envs to Python 3.12 * Fix bad assertion in test_update_forecast_datasets Bad assertion was present for some time allowing test to always pass. Upgrading to Python 3.12 revealed it with a test failure. * Drop Python 3.11 from GHA pytest-with-coverage workflow
- Loading branch information
1 parent
f245a98
commit ab55391
Showing
11 changed files
with
111 additions
and
101 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ dependencies: | |
- pypdf2 | ||
- pyproj | ||
- pytables | ||
- python=3.11 | ||
- python=3.12 | ||
- pyyaml | ||
- pyzmq | ||
- rasterio | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ dependencies: | |
- pypdf2 | ||
- pyproj | ||
- pytables | ||
- python=3.11 | ||
- python=3.12 | ||
- pyyaml | ||
- pyzmq | ||
- rasterio | ||
|
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
Oops, something went wrong.