Skip to content

Commit

Permalink
test if changes cause the build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Jun 11, 2024
1 parent b4ed08e commit 5accff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/appveyor-cpp-setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ mamba create -n arrow -y -c conda-forge ^
"python=%PYTHON%" ^
|| exit /B
@rem TEMP test with numpy 2.0 RC
call activate arrow
python -m pip install --pre --upgrade numpy || exit /B
call deactivate
@REM call activate arrow
@REM python -m pip install --pre --upgrade numpy || exit /B
@REM call deactivate
conda list -n arrow

@rem
Expand Down

0 comments on commit 5accff8

Please sign in to comment.