Skip to content

Commit

Permalink
Bump py-algorand-sdk to v1.17.0 (#4530)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldiamant authored Sep 13, 2022
1 parent 794a63d commit c03e3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ if [ -z "$E2E_TEST_FILTER" ] || [ "$E2E_TEST_FILTER" == "SCRIPTS" ]; then

# Pin a version of our python SDK's so that breaking changes don't spuriously break our tests.
# Please update as necessary.
"${TEMPDIR}/ve/bin/pip3" install py-algorand-sdk==1.9.0b1
"${TEMPDIR}/ve/bin/pip3" install py-algorand-sdk==1.17.0

# Enable remote debugging:
"${TEMPDIR}/ve/bin/pip3" install --upgrade debugpy
Expand Down

0 comments on commit c03e3d3

Please sign in to comment.