chinazhangchao commented on code in PR #3851:
URL: https://github.com/apache/iceberg-python/pull/3851#discussion_r3859093250


##########
.github/workflows/svn-build-artifacts.yml:
##########
@@ -37,6 +37,10 @@ jobs:
       max-parallel: 15
       matrix:
         os: [ ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-15-intel, 
macos-latest ]
+        include:
+          - os: windows-11-arm
+            before_test: "uv pip install pytest==9.1.1"
+            test_command: "python -m pytest --confcutdir={project}/tests/avro 
{project}/tests/avro/test_decoder.py"

Review Comment:
   This is the existing wheel smoke test run on every platform to verify the 
compiled `decoder_fast` extension. Windows ARM64 only uses a minimal 
environment because PyArrow does not publish Windows ARM64 wheels.



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