Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test_wheels wheel name
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <bhowe@nvidia.com>
bmhowe23 committed Jan 18, 2025

Verified

This commit was signed with the committer’s verified signature.
bmhowe23 Ben Howe
1 parent 1200ad3 commit e56c0c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/test_wheels.sh
Original file line number Diff line number Diff line change
@@ -31,8 +31,8 @@ if [ -d /cudaq-wheels ]; then
echo "First ls /cudaq-wheels"
ls /cudaq-wheels
echo "Now show what will be pip installed"
ls -1 /cudaq-wheels/cuda_quantum-*-cp${python_version_no_dot}-cp${python_version_no_dot}-*.whl
${python} -m pip install /cudaq-wheels/cuda_quantum-*-cp${python_version_no_dot}-cp${python_version_no_dot}-*.whl
ls -1 /cudaq-wheels/cuda_quantum_*-cp${python_version_no_dot}-cp${python_version_no_dot}-*.whl
${python} -m pip install /cudaq-wheels/cuda_quantum_*-cp${python_version_no_dot}-cp${python_version_no_dot}-*.whl
fi

# QEC library

0 comments on commit e56c0c0

Please sign in to comment.