rok commented on code in PR #48618:
URL: https://github.com/apache/arrow/pull/48618#discussion_r2723060923


##########
.github/workflows/python.yml:
##########
@@ -239,6 +239,11 @@ jobs:
       - name: Test
         shell: bash
         run: ci/scripts/python_test.sh $(pwd) $(pwd)/build
+      - name: Test annotations
+        shell: bash
+        env:
+          PYARROW_TEST_ANNOTATIONS: "ON"
+        run: ci/scripts/python_test_type_annotations.sh $(pwd)/python

Review Comment:
   It's too bad. I reverted back to workflow approach, but only put the 
annotation job into a [single 
workflow](https://github.com/apache/arrow/actions/runs/21296430064/job/61303194983?pr=48618#step:6:8634)
 now.



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

Reply via email to