Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b50a175

Browse filesBrowse files
committed
Use python3 in CI
1 parent bb0a194 commit b50a175
Copy full SHA for b50a175

File tree

2 files changed

+12
-0
lines changed
Filter options

2 files changed

+12
-0
lines changed

‎.github/workflows/push.yml

Copy file name to clipboardExpand all lines: .github/workflows/push.yml
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v1
22+
- uses: actions/setup-python@v1
23+
with:
24+
python-version: '3.x'
2225
- name: Build Sketches
2326
run: bash ./.github/scripts/on-push.sh ${{ matrix.chunk }} 15
2427

@@ -32,6 +35,9 @@ jobs:
3235

3336
steps:
3437
- uses: actions/checkout@v1
38+
- uses: actions/setup-python@v1
39+
with:
40+
python-version: '3.x'
3541
- name: Build Sketches
3642
run: bash ./.github/scripts/on-push.sh
3743

@@ -45,5 +51,8 @@ jobs:
4551

4652
steps:
4753
- uses: actions/checkout@v1
54+
- uses: actions/setup-python@v1
55+
with:
56+
python-version: '3.x'
4857
- name: Build Sketches
4958
run: bash ./.github/scripts/on-push.sh 1 1 #equal and non-zero to trigger PIO

‎.github/workflows/release.yml

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@master
14+
- uses: actions/setup-python@v1
15+
with:
16+
python-version: '3.x'
1417
- name: Build Release
1518
env:
1619
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.