kevinjqliu commented on code in PR #2528: URL: https://github.com/apache/iceberg-python/pull/2528#discussion_r2651942998
########## Makefile: ########## @@ -97,7 +97,7 @@ test: ## Run all unit tests (excluding integration) test-integration: test-integration-setup test-integration-exec test-integration-cleanup ## Run integration tests -test-integration-setup: ## Start Docker services for integration tests +test-integration-setup: install ## Start Docker services for integration tests Review Comment: adding the `make install` pre-req here because otherwise `dev/provision.py` will fail -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
