Skip to content

Commit

Permalink
apacheGH-37803: [Python][CI] Pin setuptools_scm to fix release verifi…
Browse files Browse the repository at this point in the history
…cation scripts
  • Loading branch information
jorisvandenbossche committed Sep 28, 2023
1 parent c9674bc commit 139afbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ test_python() {
show_header "Build and test Python libraries"

# Build and test Python
maybe_setup_virtualenv "cython<3" numpy setuptools_scm setuptools || exit 1
maybe_setup_virtualenv "cython<3" numpy "setuptools_scm<8.0.0" setuptools || exit 1
maybe_setup_conda --file ci/conda_env_python.txt || exit 1

if [ "${USE_CONDA}" -gt 0 ]; then
Expand Down

0 comments on commit 139afbf

Please sign in to comment.