Skip to content

Commit

Permalink
Try removing dependencies for testing python and use pip install exce…
Browse files Browse the repository at this point in the history
…pt of python setup.py build_ext --inplace
  • Loading branch information
raulcd committed Jun 6, 2024
1 parent ec8ce7e commit f098baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ test_python() {
show_header "Build and test Python libraries"

# Build and test Python
maybe_setup_virtualenv "cython>=0.29.31" numpy "setuptools_scm>=8.0.0" "setuptools>=64"
maybe_setup_virtualenv
maybe_setup_conda --file ci/conda_env_python.txt

if [ "${USE_CONDA}" -gt 0 ]; then
Expand Down Expand Up @@ -788,7 +788,7 @@ test_python() {
pushd python

# Build pyarrow
python setup.py build_ext --inplace
python -m pip install .

# Check mandatory and optional imports
python -c "
Expand Down

0 comments on commit f098baf

Please sign in to comment.