Skip to content

Commit

Permalink
Do not install uwsgi on Windows; install it for Linux wheel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Sep 16, 2024
1 parent f0296af commit 5589451
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion ci/appveyor-cpp-setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ mamba create -n arrow -y -c conda-forge ^
"pandas" ^
"fsspec" ^
"python=%PYTHON%" ^
"uwsgi" ^
|| exit /B
conda list -n arrow

Expand Down
1 change: 1 addition & 0 deletions ci/scripts/python_wheel_unix_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ fi
if [ "${CHECK_UNITTESTS}" == "ON" ]; then
# Install testing dependencies
pip install -U -r ${source_dir}/python/requirements-wheel-test.txt
pip install uwsgi

# Execute unittest, test dependencies must be installed
python -c 'import pyarrow; pyarrow.create_library_symlinks()'
Expand Down

0 comments on commit 5589451

Please sign in to comment.