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:
Sanket Patel 2021-11-05 18:19:06 +05:30 committed by GitHub
parent b29706e85e
commit 1a3c6ef5a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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