ci job: pin python version to 3.9

There are breaking changes with 3.10 which is failing the ci job. details in #129
pull/130/head
Sanket Patel 3 years ago committed by GitHub
parent b29706e85e
commit d05e9a62ef
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