-
Notifications
You must be signed in to change notification settings - Fork 89
Iss294 #296
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
Iss294 #296
Conversation
…er `netCDF4` is not installed
…ime to work on this later
|
No changes. I think the |
|
PR keeps getting stuck after running successfully the tests. Will close and re-open the PR per THIS somewhat old thread. I have tried many different things to trigger the PR. |
|
OK - ready. Apologies for the extra commits: there was something going that I couldn't figure out in the "checks" that github has in place. All the |
jgallagher59701
left a comment
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.
This all looks great.
When you merge this, please use the Squash option so that this will appear as a single commit, unless you think that one of the interior commits might need to be reverted later.
Thanks!
Addresses #294
- [x] sets micromamba to build tests in github workflows.This was turning into a bit of a project... left for laterci/environment.ymlanddocs/environment.ymlto build conda envs for building/developing documentation and testing environment.readthedocs.yamlfile per v2.dependabot.ymlto assist on the github workflows to manage / updatepython-setup/python-coveragein the .github/workflows. For example, there is a deprecation warning about node16.js that can be addressed by updated the version ofpython-setupandcoverage.conda-badgeto the README file so that the conda version of pydap is visible from github.Ordereddictis now imported directly fromcollections.- [x] DropssomehowpyOpenSSLas dependency, as recommended by the pyOpenSSL project's readme... This is mentioned in Remove unusedpyOpenSSLdependency #289pyopenssleven though not imported, is necessary for the second tests intests_server_devel_ssl.pyto pass (but only on mac OS!)