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 65a7110 commit 19888ffCopy full SHA for 19888ff
.github/workflows/tests_quick.yml
@@ -14,10 +14,10 @@ jobs:
14
runs-on: ubuntu-22.04
15
steps:
16
- uses: actions/checkout@v4
17
- - name: Set up Python 3.6
18
- uses: actions/setup-python@v4
+ - name: Set up Python 3.8
+ uses: actions/setup-python@v5
19
with:
20
- python-version: 3.6
+ python-version: 3.8
21
22
- name: Install dependencies
23
run: pip install wheel setuptools
@@ -39,7 +39,7 @@ jobs:
39
40
41
- name: Set up Python 3.8
42
43
44
python-version: 3.8
45
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
71
0 commit comments