-
Notifications
You must be signed in to change notification settings - Fork 3
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
Change dev & production envs to Python 3.10 #93
Merged
Merged
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
Initially, to confirm that a Python 3.10 conda env solution is possible.
Requires addition of tomli package as dependency. It was already implicitly in the env; this makes it an explicit dependency so that it is sure to stay.
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.4 to 4.6.5. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-4.6.4...lxml-4.6.5) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
gra-dtn1.computecanada.ca (ssh aliased as graham-dtn) is optimized for data transfer in comparison to login nodes.
Parker changed files distribution from sftp from boiler to publishing them on https://liveocean.apl.uw.edu/output/.
lib.mkdir() accepts Path-like objects
# Conflicts: # envs/requirements.txt
Recovery from 1-Mar-2022 failure of /SalishSeaCast production deployment SSD gave us a trial by fire of running production on Python 3.10.
With some manual intervention to avoid ugly breaks in dict lookups.
Codecov Report
@@ Coverage Diff @@
## main #93 +/- ##
==========================================
- Coverage 73.02% 73.01% -0.01%
==========================================
Files 122 122
Lines 16062 16066 +4
Branches 1098 1308 +210
==========================================
+ Hits 11729 11731 +2
- Misses 4283 4285 +2
Partials 50 50
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Recovery from 1-Mar-2022 failure of /SalishSeaCast production deployment SSD
gave us a trial by fire of running production on Python 3.10.