mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
fix(ci): prepare_release, typo on PATH
This commit is contained in:
2
.github/workflows/prepare_release.yml
vendored
2
.github/workflows/prepare_release.yml
vendored
@@ -98,7 +98,7 @@ jobs:
|
||||
export CONCRETE_COMPILER_Python3_EXECUTABLE=$PYTHON_EXEC
|
||||
export CONCRETE_COMPILER_BUILD_DIR=/build
|
||||
export CONCRETE_COMPILER_CUDA_SUPPORT=ON
|
||||
export PATH=/opt/python/${{ matrix.python_dir }}/bin:PATH$
|
||||
export PATH=/opt/python/${{ matrix.python_dir }}/bin:$PATH
|
||||
make python-package
|
||||
cp build/wheels/*manylinux_${{ env.GLIB_VER }}_x86_64.whl /wheels
|
||||
echo "Debug: ccache statistics (after the build):"
|
||||
|
||||
Reference in New Issue
Block a user