Update tests.yml

Switch from python 3.9.2 to 3.9.8 which is supported by github actions
This commit is contained in:
Ace 2021-11-11 13:24:20 +01:00 committed by GitHub
parent 791b216e99
commit e0ce649f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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