Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeCoull authored Apr 30, 2024
1 parent 901973c commit c089e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ deps =
allowlist_externals =
pytest
commands =
git clone git+https://{env:GH_PRIVATE_TOKEN}@github.com/amazon-braket/BraketSimulator.jl.git
pytest {posargs} --cov-report term-missing --cov-report html --cov-report xml --cov=braket
extras = test

Expand Down Expand Up @@ -123,7 +124,6 @@ commands =
passenv = *
deps =
# If you need to test on a certain branch, add @<branch-name> after .git
git+https://{env:GH_PRIVATE_TOKEN}@github.com/amazon-braket/BraketSimulator.jl.git
git+https://github.com/amazon-braket/amazon-braket-schemas-python.git
git+https://github.com/amazon-braket/amazon-braket-default-simulator-python.git

0 comments on commit c089e0a

Please sign in to comment.