diff --git a/tox.ini b/tox.ini index 3ade0ec..5bb3144 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ allowlist_externals = pytest sed commands = - sed -i '' -e 's/git@github.com:amazon-braket\/BraketSimulator.jl.git/https:\/\/{env:'$GH_PRIVATE_TOKEN'}@github.com:amazon-braket\/BraketSimulator.jl.git/' ${env:GITHUB_WORKSPACE}/juliapkg.json + sed -i '' -e 's/git@github.com:amazon-braket\/BraketSimulator.jl.git/https:\/\/{env:'$GH_PRIVATE_TOKEN'}@github.com:amazon-braket\/BraketSimulator.jl.git/' ${env:GITHUB_WORKSPACE}/src/braket/juliapkg.json pytest {posargs} --cov-report term-missing --cov-report html --cov-report xml --cov=braket extras = test