Fixed Python version to available version

This commit is contained in:
Elijah 2024-01-04 21:10:33 +01:00
parent 09fc776c5f
commit ca69df46e4
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: '3.8' # Version being used in local development
python-version: '3.10.12'
- name: Create virtual environment - name: Create virtual environment
run: | run: |