Skip to content

Commit

Permalink
and again
Browse files Browse the repository at this point in the history
  • Loading branch information
krneta committed Apr 30, 2024
1 parent 85719cd commit 174a5ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ deps =
allowlist_externals =
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/' ${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/' {env:GITHUB_WORKSPACE}/src/braket/juliapkg.json
{[testenv:unit-tests]commands}
extras = test

Expand All @@ -28,7 +28,6 @@ deps =
{[test-deps]deps}
allowlist_externals =
pytest
sed
commands =
pytest {posargs} --cov-report term-missing --cov-report html --cov-report xml --cov=braket
extras = test
Expand Down

0 comments on commit 174a5ac

Please sign in to comment.