1
0
Fork 0
mirror of synced 2024-09-28 15:31:14 +12:00

chnaged to python 3.8

This commit is contained in:
Dummerle 2021-03-16 16:06:26 +01:00 committed by GitHub
parent 7768a8fc32
commit edab93ba91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip