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 (apache#37930)

Follow-up on apache#37819, which missed one place to add a pin for the release verification scripts
* Closes: apache#37803

Authored-by: Joris Van den Bossche <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
jorisvandenbossche authored and Jeremy Aguilon committed Oct 23, 2023
1 parent 4a40741 commit 779ea9a
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 779ea9a

Please sign in to comment.