You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a follow-up issue on issue #191 with PR #192, which should have solved the problem.
The problem is that the "External / Deploy 'latest' documentation" job fails because it tries to use 'mkdocs-material' version higher than 9.5.5 on python 3.7, which is incompatible.
Does this happen because the publish-package-and-docs job uses SINTEF/ci-cd/.github/workflows/cd_release.yml@v1? Seems like the latest version of that is v2.7.4.
The text was updated successfully, but these errors were encountered:
# Description
Use Python 3.9 throughout all CI/CD workflows.
Fixes#193
## Type of change
- [ ] Bug fix and code cleanup
- [ ] New feature
- [ ] Documentation update
- [x] Testing
## Checklist for the reviewer
This checklist should be used as a help for the reviewer.
- [ ] Is the change limited to one issue?
- [ ] Does this PR close the issue?
- [ ] Is the code easy to read and understand?
- [ ] Do all new feature have an accompanying new test?
- [ ] Has the documentation been updated as necessary?
- [ ] Is the code properly tested?
This is a follow-up issue on issue #191 with PR #192, which should have solved the problem.
The problem is that the "External / Deploy 'latest' documentation" job fails because it tries to use 'mkdocs-material' version higher than 9.5.5 on python 3.7, which is incompatible.
Does this happen because the
publish-package-and-docs
job usesSINTEF/ci-cd/.github/workflows/cd_release.yml@v1
? Seems like the latest version of that is v2.7.4.The text was updated successfully, but these errors were encountered: