File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,7 @@ jobs:
307307 PYTHON_CMD : " python"
308308 run : |
309309 call activate pyarrow-dev || exit /B 1
310+ conda list
310311 call "ci\scripts\python_build.bat" %cd% "%CONDA_PREFIX%"
311312 - name : Upload wheel
312313 if : always() # ensures this runs even on failure
@@ -318,9 +319,6 @@ jobs:
318319 shell : cmd
319320 env :
320321 PYTHON_CMD : " python"
321- # TODO: Renaming lz4 library is a hack - see where the name gets mixed up
322322 run : |
323323 call activate pyarrow-dev
324- move C:\miniforge\envs\pyarrow-dev\Library\bin\liblz4.dll C:\miniforge\envs\pyarrow-dev\Library\bin\lz4.dll
325- move C:\miniforge\envs\pyarrow-dev\Library\lib\liblz4.lib C:\miniforge\envs\pyarrow-dev\Library\lib\lz4.lib
326324 call "ci\scripts\python_test.bat" %cd%
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ libboost-devel
3535libgrpc
3636libprotobuf
3737libutf8proc
38- lz4
3938lz4-c
4039make
4140meson
You can’t perform that action at this time.
0 commit comments