Skip to content
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

Documentation CD (still) fails due to old python version #193

Closed
ajeklund opened this issue Mar 8, 2024 · 1 comment · Fixed by #196
Closed

Documentation CD (still) fails due to old python version #193

ajeklund opened this issue Mar 8, 2024 · 1 comment · Fixed by #196
Assignees

Comments

@ajeklund
Copy link
Contributor

ajeklund commented Mar 8, 2024

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.

@CasperWA
Copy link
Contributor

This should have been updated in the ci_cd_updated_main.yml workflow.

CasperWA added a commit that referenced this issue Mar 11, 2024
# 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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants