Skip to content

Commit

Permalink
qa-tests: rpc bisection tool - fix version tag (#12344)
Browse files Browse the repository at this point in the history
  • Loading branch information
mriccobene authored Oct 24, 2024
1 parent 89dbd89 commit fe19f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa-rpc-test-bisection-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe19f3d

Please sign in to comment.