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 0bd07f7 commit 6060fb4Copy full SHA for 6060fb4
.github/workflows/build_wheels.yaml
@@ -153,7 +153,7 @@ jobs:
153
if [[ -n "${{ inputs.assets_repo }}" ]] && [[ -n "${{ inputs.assets_tag }}" ]]; then
154
# Extract the decoder that needs to be embedded in the wheel
155
mkdir -p tmp
156
- tar -C tmp -xzvf nv-qldpc-decoder-${{ matrix.platform }}_ubuntu24.04_cuda{{ matrix.cuda_version }}_py{{ matrix.python }}_release.tar.gz
+ tar -C tmp -xzvf nv-qldpc-decoder-${{ matrix.platform }}_ubuntu24.04_cuda${{ matrix.cuda_version }}_py${{ matrix.python }}_release.tar.gz
157
export QEC_EXTERNAL_DECODERS=$(pwd)/tmp/libcudaq-qec-nv-qldpc-decoder.so
158
fi
159
# This is needed to allow the "git rev-parse" commands in the build
0 commit comments