diff --git a/tox.ini b/tox.ini index 19da114..9706bf9 100644 --- a/tox.ini +++ b/tox.ini @@ -12,8 +12,10 @@ deps = {[test-deps]deps} allowlist_externals = sed + ls 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}/src/braket/juliapkg.json + ls + 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 {[testenv:unit-tests]commands} extras = test