This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 2bdd7027 ci: fix packaging workflow (#1250)
2bdd7027 is described below

commit 2bdd70275b41f4a2cb77678b5ec8fa47d62825a9
Author: David Li <[email protected]>
AuthorDate: Wed Nov 1 16:08:33 2023 -0400

    ci: fix packaging workflow (#1250)
    
    Fixes #1248.
---
 .github/workflows/packaging.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index 38222377..f227947d 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -765,8 +765,6 @@ jobs:
 
       - name: Test wheel
         shell: cmd
-        # PyArrow wheels not yet available
-        if: matrix.python_version != "3.12"
         run: |
           pushd adbc
           where python.exe

Reply via email to