Skip to content

Commit

Permalink
Oops, test solvers, not qec
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <[email protected]>
  • Loading branch information
bmhowe23 committed Jan 11, 2025
1 parent 3d47c6a commit 0ea6a6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/ci/test_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ ${python} -m pip install --no-cache-dir pytest
# QEC library
# ======================================

${python} -m pip install /wheels/cudaq_qec-*.whl
${python} -m pytest libs/qec/python/tests/
#${python} -m pip install /wheels/cudaq_qec-*.whl
#${python} -m pytest libs/qec/python/tests/

# Solvers library
# ======================================

#${python} -m pip install /wheels/cudaq_solvers-*.whl
#${python} -m pytest libs/solvers/python/tests/
${python} -m pip install /wheels/cudaq_solvers-*.whl
${python} -m pytest libs/solvers/python/tests/

0 comments on commit 0ea6a6e

Please sign in to comment.