Fixed python version

api-breakage
Morty Space 4 years ago
parent 6e796d5f0c
commit 6335266f5a
  1. 2
      .github/workflows/test.yml

@ -88,7 +88,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Checkout code
uses: actions/checkout@v2
- name: Release

Loading…
Cancel
Save