We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d081f commit a0b66b9Copy full SHA for a0b66b9
tools/gha_manylinux.sh
@@ -81,8 +81,8 @@ make -j4 install
81
82
# Making the wheel and installing it
83
cd wheel
84
-# Copy the installed cascade.py files into the current dir.
85
-cp -r `/opt/python/${PYTHON_DIR}/bin/python -c 'import site; print(site.getsitepackages()[0])'`/cascade ./
+# Move the installed cascade.py files into the current dir.
+mv `/opt/python/${PYTHON_DIR}/bin/python -c 'import site; print(site.getsitepackages()[0])'`/cascade ./
86
# Create the wheel and repair it.
87
# NOTE: this is temporary because some libraries in the docker
88
# image are installed in lib64 rather than lib and they are
0 commit comments