kevinjqliu commented on code in PR #3299:
URL: https://github.com/apache/iceberg-python/pull/3299#discussion_r3174067263


##########
.github/workflows/python-ci.yml:
##########
@@ -97,6 +97,8 @@ jobs:
       run: make install
     - name: Run integration tests with coverage
       run: COVERAGE=1 make test-integration
+      env:
+        RAY_ENABLE_UV_RUN_RUNTIME_ENV: "0"

Review Comment:
   
https://github.com/ray-project/ray/blob/1c7c90775cc56ced98ef24754e790e2d0d9c732e/python/ray/_private/ray_constants.py#L537-L549
   
   should we set this in the `ray_session` test fixture instead? 
   so it works outside of CI



-- 
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]

Reply via email to