Skip to content

Commit

Permalink
ARROW-8021: [Python] Install test requirements including pandas in Ap…
Browse files Browse the repository at this point in the history
…pveyor

Many unit tests are currently being skipped in Appveyor (presumably these changes will carry over when we migrate these builds to GitHub Actions).

Closes #6555 from wesm/ARROW-8021 and squashes the following commits:

09ca1b5 <Wes McKinney> call conda...
b063883 <Wes McKinney> Use conda_env_python.yml and install pandas explicitly
83c6edc <Wes McKinney> Be explicit about using conda-forge
9831f87 <Wes McKinney> Use conda to install build and test dependencies to avoid ABI conflicts
8d1adc5 <Wes McKinney> Test with pandas and other optional libraries in Appveyor

Authored-by: Wes McKinney <wesm+git@apache.org>
Signed-off-by: Wes McKinney <wesm+git@apache.org>
  • Loading branch information
wesm committed Mar 10, 2020
1 parent 3ce38bf commit aec37d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/cpp-msvc-build-main.bat
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ popd

pushd python

pip install -r requirements.txt
call conda install -y --file=..\ci\conda_env_python.yml ^
pandas -c conda-forge

set PYARROW_CXXFLAGS=%ARROW_CXXFLAGS%
set PYARROW_CMAKE_GENERATOR=%GENERATOR%
Expand Down

0 comments on commit aec37d7

Please sign in to comment.