fix: python is python3.9

This commit is contained in:
Jensun Ravichandran
2021-06-18 19:20:54 +02:00
parent a1310df4ee
commit b90044b86c
2 changed files with 3 additions and 5 deletions

View File

@@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip