Skip to content

Commit 1d2cba0

Browse files
committed
Try using CONDA dependency resolution instead of AUTO
1 parent f8271e8 commit 1d2cba0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@ jobs:
299299
- name: Create conda environment
300300
shell: cmd
301301
run: |
302-
conda env create -n pyarrow-dev -f .\ci\conda_env_python.txt -y
302+
conda env create -n pyarrow-dev -f .\ci\conda_env_cpp.txt -y
303+
conda env update -n pyarrow-dev -f .\ci\conda_env_python.txt
303304
- name: Build Arrow C++ and PyArrow
304305
shell: cmd
305306
env:

ci/scripts/python_build.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ mkdir %CPP_BUILD_DIR%
6666
pushd %CPP_BUILD_DIR%
6767

6868
cmake ^
69-
-DARROW_DEPENDENCY_SOURCE=AUTO ^
7069
-DARROW_ACERO=%ARROW_ACERO% ^
7170
-DARROW_BUILD_SHARED=ON ^
7271
-DARROW_BUILD_STATIC=OFF ^

0 commit comments

Comments
 (0)