-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Added python3.10 env #5638
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
Added python3.10 env #5638
Conversation
You seem to have based your branch on an old version of the repository. The tests were recently merged into a single file: #5623 |
Just start fresh from the latest main branch. Trying to resolve the git conflicts would be much more work than reapplying them manually. And make sure that you only commit the necessary files. There are some coverage files that should not be git committed. |
Codecov Report
@@ Coverage Diff @@
## main #5638 +/- ##
=======================================
Coverage 88.57% 88.57%
=======================================
Files 75 75
Lines 13677 13677
=======================================
Hits 12114 12114
Misses 1563 1563 |
You still seem to have committed 3 files that shouldn't have been committed: https://github.com/pymc-devs/pymc/pull/5638/files |
And you will need to swap the conda environment used in the tests to use this new one (and delete the old py37 environments): https://github.com/pymc-devs/pymc/blob/main/.github/workflows/tests.yml |
@michaelosthege Could the failing tests be a conda cache issue? |
I don't know about conda caching. But the changes in
The Windows jobs are failing because the corresponding environment YAML does not exist. The MacOS jobs fail because of build problems? →→ I would advise to first bump only the Ubuntu job from |
Ran test suit and added coda environment for python 3.10
resolves #5209