bobbai00 commented on code in PR #4711:
URL: https://github.com/apache/texera/pull/4711#discussion_r3177790685
##########
.github/workflows/build.yml:
##########
@@ -172,6 +172,10 @@ jobs:
python-version: "3.11"
- name: Show Python
run: python --version || python3 --version
+ - name: Unit-test licensing scripts
+ # Guard the binary-dep checker's behavior before we rely on it in
+ # the jar / python license checks below. Stdlib only, no install.
+ run: python3 -m unittest discover -s bin/licensing -p "test_*.py" -v
Review Comment:
moved
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]