Skip to content

Commit 2992aaa

Browse files
committed
Try hack to rename lz4 library
1 parent 92e97da commit 2992aaa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,9 @@ jobs:
318318
shell: cmd
319319
env:
320320
PYTHON_CMD: "python"
321+
# TODO: Renaming lz4 library is a hack - see where the name gets mixed up
321322
run: |
322323
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
323326
call "ci\scripts\python_test.bat" %cd%

0 commit comments

Comments
 (0)