From 61a6976ec9c31bc43496321f5ef1165485d359a1 Mon Sep 17 00:00:00 2001 From: Milan Krneta Date: Tue, 30 Apr 2024 13:51:18 -0700 Subject: [PATCH] try 7 --- tox.ini | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 5dff2c2..fb16d5c 100644 --- a/tox.ini +++ b/tox.ini @@ -12,12 +12,11 @@ deps = {[test-deps]deps} allowlist_externals = sed - ls - pwd + cat commands = - pwd - ls + # While the BraketSimulator repo is private, we need to use a token to access it. sed -ie '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 + cat src/braket/juliapkg.json {[testenv:unit-tests]commands} extras = test