Skip to content

Commit

Permalink
CI: Add cuqipy package to cuqi-ct output test
Browse files Browse the repository at this point in the history
  • Loading branch information
linusseelinger committed May 23, 2024
1 parent 3bd0d1f commit b42aa40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-cuqi-ct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
sudo apt update && DEBIAN_FRONTEND="noninteractive" sudo apt install -y python3-pip python3-venv && \
python3 -m venv venv && . venv/bin/activate && \
pip3 install pytest umbridge
pip3 install pytest umbridge cuqipy
-
name: Validate output
run: |
Expand Down

0 comments on commit b42aa40

Please sign in to comment.