From 44361ce0b76f6792aa66e4dbe8edabfceccd479c Mon Sep 17 00:00:00 2001 From: David Minarsch Date: Wed, 17 May 2023 17:50:42 +0100 Subject: [PATCH] chore: tag requests lib --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 12d86a61..564805bc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -76,6 +76,7 @@ jobs: cd work export AUTHOR=valory export SERVICE=mech + pip install requests==2.28.2 autonomy init --reset --author $AUTHOR --ipfs --remote autonomy fetch $AUTHOR/$SERVICE --service --local || exit 1 cd $SERVICE || exit 1