We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e97da commit 2992aaaCopy full SHA for 2992aaa
.github/workflows/python.yml
@@ -318,6 +318,9 @@ jobs:
318
shell: cmd
319
env:
320
PYTHON_CMD: "python"
321
+ # TODO: Renaming lz4 library is a hack - see where the name gets mixed up
322
run: |
323
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
326
call "ci\scripts\python_test.bat" %cd%
0 commit comments