broken build
This commit is contained in:
parent
447b2bc254
commit
62de4c949b
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -109,6 +109,8 @@ jobs:
|
||||
pip3 install pytest
|
||||
pip3 install 'eth-typing<5.0.0'
|
||||
pip3 install -r requirements.txt
|
||||
# Reinstall eth-typing<5.0.0 after requirements.txt to override any newer version
|
||||
pip3 install --force-reinstall 'eth-typing<5.0.0'
|
||||
pip3 install --no-deps 'eth-account>=0.12.3,<0.13'
|
||||
pip3 install 'pydantic>=2.0.0'
|
||||
# Skips tests that require Blob indexing
|
||||
|
||||
Loading…
Reference in New Issue
Block a user