8000 test uploading stubs from actions · FoamyGuy/circuitpython@525e2ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 525e2ce

Browse files
committed
test uploading stubs from actions
1 parent 9ccdb47 commit 525e2ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
run: |
4444
gcc --version
4545
python3 --version
46-
- name: New boards check
47-
run: python3 -u ci_new_boards_check.py
48-
working-directory: tools
49-
- name: Duplicate USB VID/PID Check
50-
run: python3 -u -m tools.ci_check_duplicate_usb_vid_pid
46+
# - name: New boards check
47+
# run: python3 -u ci_new_boards_check.py
48+
# working-directory: tools
49+
# - name: Duplicate USB VID/PID Check
50+
# run: python3 -u -m tools.ci_check_duplicate_usb_vid_pid
5151
- name: Build and Validate Stubs
5252
run: make check-stubs -j2
5353
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)
0