Fixed Python version to available version
This commit is contained in:
parent
09fc776c5f
commit
ca69df46e4
|
@ -18,7 +18,8 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.8'
|
||||
# Version being used in local development
|
||||
python-version: '3.10.12'
|
||||
|
||||
- name: Create virtual environment
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue