MonkeyCanCode commented on code in PR #2580:
URL: https://github.com/apache/polaris/pull/2580#discussion_r2353974191
##########
Makefile:
##########
@@ -162,6 +162,12 @@ client-integration-test: client-setup-env ## Run client
integration tests
@echo "Tearing down Docker Compose services..."
@$(DOCKER) compose -f $(PYTHON_CLIENT_DIR)/docker-compose.yml down ||
true # Ensure teardown even if tests fail
+.PHONY: client-license-check
+client-license-check: client-setup-env ## Run license compliance check
+ @echo "--- Starting license compliance check ---"
+ @$(ACTIVATE_AND_CD) && pip-licenses
Review Comment:
Maybe the previous poetry env doesn't have this dependency installed as I
added it last night via this PR. In case if u want that env to work, u can
source the venv then run poetry command to install all again.
--
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]