Skip to content

Commit

Permalink
test_wheels debug
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 a36a515 commit 1200ad3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ci/test_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ ${python} -m pip install --no-cache-dir pytest
# If special CUDA-Q wheels have been built for this test, install them here. This will
if [ -d /cudaq-wheels ]; then
echo "Custom CUDA-Q wheels directory found; installing ..."
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
fi
Expand Down

0 comments on commit 1200ad3

Please sign in to comment.