Skip to content

Commit

Permalink
ci: force system-wide python packages for Integration Tests (#2525)
Browse files Browse the repository at this point in the history
  • Loading branch information
canepat authored Nov 21, 2024
1 parent 3c5947d commit 3a7e0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpc-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
rm -rf ${{runner.workspace}}/rpc-tests
git -c advice.detachedHead=false clone --depth 1 --branch v1.15.0 https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
cd ${{runner.workspace}}/rpc-tests
pip3 install -r requirements.txt
pip3 install -r requirements.txt --break-system-packages
- name: Clean Build Directory
run: rm -rf ${{runner.workspace}}/silkworm/build
Expand Down

0 comments on commit 3a7e0da

Please sign in to comment.