We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9362f14 commit 20f7becCopy full SHA for 20f7bec
1 file changed
.github/workflows/build.yml
@@ -47,11 +47,11 @@ jobs:
47
id: need-pypi
48
run: |
49
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
+# - name: New boards check
+# run: python3 -u ci_new_boards_check.py
+# working-directory: tools
+# - name: Duplicate USB VID/PID Check
+# run: python3 -u -m tools.ci_check_duplicate_usb_vid_pid
55
- name: Build and Validate Stubs
56
run: make check-stubs -j2
57
- uses: actions/upload-artifact@v2
0 commit comments