linkedin / school-of-sre

At LinkedIn, we are using this curriculum for onboarding our entry-level talents into the SRE role.
https://linkedin.github.io/school-of-sre/
Other
7.8k stars 715 forks source link

CI job failing #129

Closed sanketplus closed 2 years ago

sanketplus commented 2 years ago

Trace and details at https://github.com/linkedin/school-of-sre/runs/4078058065?check_suite_focus=true

this most likely due to python 3.10 bump https://docs.python.org/3/whatsnew/3.10.html#removed

Fix would be to either use new version of mkdocs (assuming they fixed it to work with python 3.10) or pin CI job to run with python 3.8/9