Skip to content

Commit

Permalink
fixing path
Browse files Browse the repository at this point in the history
  • Loading branch information
krneta committed Apr 30, 2024
1 parent 86e0ef5 commit 3b1a63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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/' ${env:GITHUB_WORKSPACE}/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
pytest {posargs} --cov-report term-missing --cov-report html --cov-report xml --cov=braket
extras = test

Expand Down

0 comments on commit 3b1a63d

Please sign in to comment.