From c089e0a19e0114062f51122babb1f31b3ff765c7 Mon Sep 17 00:00:00 2001 From: Abe Coull <85974725+math411@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:11:52 -0700 Subject: [PATCH] Update tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 00294d3..d7404ce 100644 --- a/tox.ini +++ b/tox.ini @@ -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 @@ -123,7 +124,6 @@ commands = passenv = * deps = # If you need to test on a certain branch, add @ 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