Skip to content

Commit

Permalink
try with sed
Browse files Browse the repository at this point in the history
  • Loading branch information
krneta committed Apr 30, 2024
1 parent 8280890 commit 9cdca06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/braket/juliapkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": {
"BraketSimulator": {
"uuid": "76d27892-9a0b-406c-98e4-7c178e9b3dff",
"url": "https://{env:$GH_PRIVATE_TOKEN}@github.com/amazon-braket/BraketSimulator.jl.git",
"url": "git@github.com:amazon-braket/BraketSimulator.jl.git",
"rev": "main"
}
}
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ deps =
{[test-deps]deps}
allowlist_externals =
pytest
sed
commands =
sed -i '' -e 's/[email protected]:amazon-braket\/BraketSimulator.jl.git/https:\/\/{env:'$GH_PRIVATE_TOKEN'}@github.com:amazon-braket\/BraketSimulator.jl.git/' ${ENVROOT}/juliapkg.json
pytest {posargs} --cov-report term-missing --cov-report html --cov-report xml --cov=braket
extras = test

Expand Down

0 comments on commit 9cdca06

Please sign in to comment.