Skip to content

Commit

Permalink
Fix test_wheels wheel name
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <[email protected]>
  • Loading branch information
bmhowe23 committed Jan 18, 2025
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
Expand Up @@ -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
Expand Down

0 comments on commit e56c0c0

Please sign in to comment.