Skip to content

Commit 5756a6f

Browse files
committed
Attempt to install python3.6 in github workflow
1 parent da031ed commit 5756a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup python
2121
uses: actions/setup-python@v2
2222
with:
23-
python-version: 3.6
23+
python-version: 3.6.15
2424
- name: Install Tox
2525
run: pip install tox
2626
- name: Upgrade setuptools

0 commit comments

Comments
 (0)