Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
str-anger committed Jun 19, 2024
1 parent 3884738 commit fe93563
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion py-qiskit-simulation/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >
circuits with qiskit noisy and noiseless
backends
authors: [email protected]
aqueduct_url: https://localhost:8000/
aqueduct_url: http://localhost:8000/

actions:
-
Expand Down
6 changes: 3 additions & 3 deletions tests/test-py-qiskit-simulation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ venv=$extension/.aqueduct-extension-dev

# recreate and populate a clean virtual env
# comment these 3 lines if requirements are stable
# rm -r $venv
# python -m venv $venv
# $venv/bin/pip install -r $extension/requirements.txt
rm -r $venv
python -m venv $venv
$venv/bin/pip install -r $extension/requirements.txt

export aqueduct_url="https://aqueduct-demo.azurewebsites.net/"

Expand Down

0 comments on commit fe93563

Please sign in to comment.