Skip to content

Commit f8d176e

Browse files
committed
Switch to py3.6 + add debuggin'
1 parent 4df3b81 commit f8d176e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tester.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v1
12-
- name: Set up Python 3.7
12+
- name: Set up Python 3.6
1313
uses: actions/setup-python@v1
1414
with:
15-
python-version: 3.7
15+
python-version: 3.6
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
@@ -28,10 +28,10 @@ jobs:
2828

2929
steps:
3030
- uses: actions/checkout@v1
31-
- name: Set up Python 3.7
31+
- name: Set up Python 3.6
3232
uses: actions/setup-python@v1
3333
with:
34-
python-version: 3.7
34+
python-version: 3.6
3535
- name: Install dependencies
3636
run: |
3737
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)