Skip to content

Commit 307e8dc

Browse files
committed
switch ci to ref: importable-build_platform
1 parent 320903f commit 307e8dc

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/workflows/githubci.yml

+2-16
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,11 @@ jobs:
1010
pre-commit:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Setup Python
14-
uses: actions/setup-python@v5
15-
with:
16-
python-version: '3.x'
17-
1813
- name: Checkout code
1914
uses: actions/checkout@v4
2015

2116
- name: Run pre-commit
22-
uses: pre-commit/[email protected].0
17+
uses: pre-commit/[email protected].1
2318

2419
- name: Checkout adafruit/ci-arduino
2520
uses: actions/checkout@v4
@@ -60,18 +55,14 @@ jobs:
6055
- 'metro_m4_tinyusb'
6156

6257
steps:
63-
- name: Setup Python
64-
uses: actions/setup-python@v5
65-
with:
66-
python-version: '3.x'
67-
6858
- name: Checkout code
6959
uses: actions/checkout@v4
7060

7161
- name: Checkout adafruit/ci-arduino
7262
uses: actions/checkout@v4
7363
with:
7464
repository: adafruit/ci-arduino
65+
ref: importable-build_platform
7566
path: ci
7667

7768
- name: pre-install
@@ -95,11 +86,6 @@ jobs:
9586
- 'feather_esp32s3'
9687

9788
steps:
98-
- name: Setup Python
99-
uses: actions/setup-python@v5
100-
with:
101-
python-version: '3.x'
102-
10389
- name: Checkout code
10490
uses: actions/checkout@v4
10591

0 commit comments

Comments
 (0)