Skip to content

Commit

Permalink
ci: temporary fix for Python version (#1337)
Browse files Browse the repository at this point in the history
I don't think this is the better long term option of what is described
in
#1333 (comment)
but should get CI green for now
  • Loading branch information
WillAyd authored Dec 6, 2023
1 parent 491ab8d commit 414379d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 414379d

Please sign in to comment.