Skip to content

Commit

Permalink
finaggle with the CI
Browse files Browse the repository at this point in the history
Signed-off-by: Alex McCaskey <[email protected]>
  • Loading branch information
amccaskey committed Jul 27, 2023
1 parent 1dd0f34 commit 9797a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
fi
apt-get update && apt-get install -y git
git clone https://github.com/nvidia/cuda-quantum
export PYTHONPATH=$PYTHONPATH:$PWD/cuda-quantum
cd cuda-quantum
for backendTest in /tmp/tests/backends/*.py; do
python${{ inputs.python_version }} -m pytest $backendTest
pytest_status=$?
Expand Down

0 comments on commit 9797a61

Please sign in to comment.