Skip to content

Commit

Permalink
check out specific sandbox version
Browse files Browse the repository at this point in the history
  • Loading branch information
barnjamin authored and tbjump committed Jun 8, 2023
1 parent f5f5817 commit ce33196
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions algorand/runPythonUnitTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
if [ ! -d _sandbox ]; then
echo We need to create it...
git clone https://github.com/algorand/sandbox.git _sandbox
cd _sandbox
git checkout 4e613dcff61523693c18584894ee6de9bd469ec1
cd ..
fi

sed -i -e 's@export ALGOD_URL=""@export ALGOD_URL="https://github.com/algorand/go-algorand"@' \
Expand Down

0 comments on commit ce33196

Please sign in to comment.