From df8ac5d59149040acc1e3779401203883d838a78 Mon Sep 17 00:00:00 2001 From: Milan Krneta Date: Tue, 30 Apr 2024 13:37:28 -0700 Subject: [PATCH] try 5 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9706bf9..03fb1ad 100644 --- a/tox.ini +++ b/tox.ini @@ -13,9 +13,11 @@ deps = allowlist_externals = sed ls + pwd commands = + pwd 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 + sed -i '' -e 's/git@github.com:amazon-braket\/BraketSimulator.jl.git/https:\/\/{env:'$GH_PRIVATE_TOKEN'}@github.com:amazon-braket\/BraketSimulator.jl.git/' src/braket/juliapkg.json {[testenv:unit-tests]commands} extras = test