We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0f69c commit 171b64dCopy full SHA for 171b64d
.github/actions/perf-common-steps/action.yml
@@ -17,7 +17,7 @@ runs:
17
shell: bash
18
run: |
19
rm -rf ${{runner.workspace}}/rpc-tests
20
- git -c advice.detachedHead=false clone --depth 1 --branch v1.48.0 https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
+ git -c advice.detachedHead=false clone --depth 1 --branch v1.57.0 https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
21
cd ${{runner.workspace}}/rpc-tests
22
pip3 install -r requirements.txt --break-system-packages
23
0 commit comments