mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-05 08:08:02 +00:00
ci job: pin python version to 3.9 (#130)
There are breaking changes with 3.10 which is failing the ci job. details in #129
This commit is contained in:
2
.github/workflows/gh-deploy.yml
vendored
2
.github/workflows/gh-deploy.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.x'
|
||||
python-version: '3.9'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
||||
Reference in New Issue
Block a user