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 414379d5 ci: temporary fix for Python version (#1337)
414379d5 is described below
commit 414379d59023a25f938b372495398347dbf3a191
Author: William Ayd <[email protected]>
AuthorDate: Wed Dec 6 09:49:56 2023 -0800
ci: temporary fix for Python version (#1337)
I don't think this is the better long term option of what is described
in
https://github.com/apache/arrow-adbc/issues/1333#issuecomment-1836083476
but should get CI green for now
---
.github/workflows/integration.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/integration.yml
b/.github/workflows/integration.yml
index acab5b05..d0f403e6 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -229,6 +229,7 @@ jobs:
BUILD_ALL: "0"
BUILD_DRIVER_MANAGER: "1"
BUILD_DRIVER_POSTGRESQL: "1"
+ SETUPTOOLS_SCM_PRETEND_VERSION: "0.9.0"
run: |
./ci/scripts/python_build.sh "$(pwd)" "$(pwd)/build"