We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b72d7 commit 43b264fCopy full SHA for 43b264f
.github/workflows/main.yml
@@ -14,10 +14,10 @@ jobs:
14
- uses: actions/checkout@v2
15
16
# Install dependencies
17
- - name: Set up Python 3.8
+ - name: Set up Python 3.9
18
uses: actions/setup-python@v1
19
with:
20
- python-version: 3.10
+ python-version: 3.9
21
22
- name: Install dependencies
23
run: |
@@ -44,10 +44,10 @@ jobs:
44
45
46
47
48
49
50
51
52
53
0 commit comments