From 5de857c644fc9b27880b8961d7433a78bf5aed09 Mon Sep 17 00:00:00 2001 From: Michelangelo Riccobene Date: Wed, 16 Oct 2024 14:59:15 +0200 Subject: [PATCH] fix version tag --- .github/workflows/qa-rpc-test-bisection-tool.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa-rpc-test-bisection-tool.yml b/.github/workflows/qa-rpc-test-bisection-tool.yml index 282c9faa667..46ef650b9c0 100644 --- a/.github/workflows/qa-rpc-test-bisection-tool.yml +++ b/.github/workflows/qa-rpc-test-bisection-tool.yml @@ -39,7 +39,7 @@ jobs: - name: Checkout RPC Tests Repository & Install Requirements run: | rm -rf $GITHUB_WORKSPACE/rpc-tests - git -c advice.detachedHead=false clone --depth 1 --branch v1.00.0 https://github.com/erigontech/rpc-tests $GITHUB_WORKSPACE/rpc-tests + git -c advice.detachedHead=false clone --depth 1 --branch v1.0.0 https://github.com/erigontech/rpc-tests $GITHUB_WORKSPACE/rpc-tests cd $GITHUB_WORKSPACE/rpc-tests pip3 install -r requirements.txt