Update tests.yml

This commit is contained in:
Ace
2022-04-14 04:59:45 +02:00
committed by GitHub
parent 7b8f4700d5
commit 87108eb89e

View File

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