Skip to content

Commit

Permalink
CI: Fix cuqipy package
Browse files Browse the repository at this point in the history
  • Loading branch information
linusseelinger committed May 20, 2024
1 parent eaadd3b commit 6c978e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-deconvolution-1d.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 cuqi
pip3 install pytest umbridge cuqipy
-
name: Validate output
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-heat-1d.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 cuqi
pip3 install pytest umbridge cuqipy
-
name: Validate output
run: |
Expand Down

0 comments on commit 6c978e9

Please sign in to comment.