We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df3b81 commit f8d176eCopy full SHA for f8d176e
1 file changed
.github/workflows/tester.yml
@@ -9,10 +9,10 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v1
12
- - name: Set up Python 3.7
+ - name: Set up Python 3.6
13
uses: actions/setup-python@v1
14
with:
15
- python-version: 3.7
+ python-version: 3.6
16
- name: Install dependencies
17
run: |
18
python -m pip install --upgrade pip
@@ -28,10 +28,10 @@ jobs:
28
29
30
31
32
33
34
35
36
37
0 commit comments