Skip to content

Commit 462c57a

Browse files
committed
Specify Python version
1 parent b158ef1 commit 462c57a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/python-test-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
fetch-depth: 0
1818
- name: Set up Python
1919
uses: actions/setup-python@v4
20+
with:
21+
python-version: '3.6'
2022
- name: Install dependencies
2123
run: |
2224
cd howlongtobeatpy

.github/workflows/python-test-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
fetch-depth: 0
2626
- name: Set up Python
2727
uses: actions/setup-python@v4
28+
with:
29+
python-version: '3.6'
2830
- name: Install dependencies
2931
run: |
3032
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)