Skip to content

Commit

Permalink
qa-tests: fix rpc-tests on main (#12780)
Browse files Browse the repository at this point in the history
This PR fix the RPC Test workflow and bump the version of the rpc-tests
library
  • Loading branch information
mriccobene authored Nov 19, 2024
1 parent 2c2637a commit adfcb13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/qa-rpc-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
- name: Checkout RPC Tests Repository & Install Requirements
run: |
rm -rf ${{ runner.workspace }}/rpc-tests
git -c advice.detachedHead=false clone --depth 1 --branch main https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
git -c advice.detachedHead=false clone --depth 1 --branch v1.14.0 https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
cd ${{ runner.workspace }}/rpc-tests
git checkout 0edbdc1681b2a7080212364dbd0a22f06a163614
pip3 install -r requirements.txt
- name: Clean Erigon Build Directory
Expand Down

0 comments on commit adfcb13

Please sign in to comment.