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
pull/123/merge
Sanket Patel 3 years ago committed by GitHub
parent b29706e85e
commit 1a3c6ef5a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save