Skip to content

Commit 20f7bec

Browse files
committed
disabling newboards check and vid pid check
1 parent 9362f14 commit 20f7bec

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
id: need-pypi
4848
run: |
4949
echo ::set-output name=setup-py::$( find . -wholename './setup.py' )
50-
- name: New boards check
51-
run: python3 -u ci_new_boards_check.py
52-
working-directory: tools
53-
- name: Duplicate USB VID/PID Check
54-
run: python3 -u -m tools.ci_check_duplicate_usb_vid_pid
50+
# - name: New boards check
51+
# run: python3 -u ci_new_boards_check.py
52+
# working-directory: tools
53+
# - name: Duplicate USB VID/PID Check
54+
# run: python3 -u -m tools.ci_check_duplicate_usb_vid_pid
5555
- name: Build and Validate Stubs
5656
run: make check-stubs -j2
5757
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)