Skip to content

Commit

Permalink
try 5
Browse files Browse the repository at this point in the history
  • Loading branch information
krneta committed Apr 30, 2024
1 parent d8f01e4 commit df8ac5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ deps =
allowlist_externals =
sed
ls
pwd
commands =
pwd
ls
sed -i '' -e 's/[email protected]: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/[email protected]: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

Expand Down

0 comments on commit df8ac5d

Please sign in to comment.