Tag python version to 3.8.x

This commit is contained in:
Ace 2022-03-31 19:12:25 +02:00 committed by GitHub
parent e9b395bf99
commit 7802ec7ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.10.2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.10.2
python-version: 3.8
- name: Clone repo
run: |