Merge pull request #207 from aceisace/hotfix/fix-github-actions-1

Update tests.yml
This commit is contained in:
Ace
2021-12-29 12:14:53 +01:00
committed by GitHub

View File

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