Skip to content

Commit 04a1326

Browse files
authored
Specify Python v3.6 (#5)
1 parent 988b64b commit 04a1326

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Python
1515
uses: actions/setup-python@v2
1616
with:
17-
python-version: '3.x'
17+
python-version: '3.6'
1818

1919
- name: Install dependencies
2020
run: make build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Python
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: '3.x'
19+
python-version: '3.6'
2020
- name: Run tests
2121
env:
2222
SANDBOX_API_KEY: ${{ secrets.SANDBOX_API_KEY }}

0 commit comments

Comments
 (0)