Skip to content

Commit

Permalink
Add debug why the command fails on Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jan 5, 2025
1 parent 71a4d08 commit 4c3f67f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eth_defi/aave_v3/deployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@
import logging
import os
import subprocess
import sys
from functools import lru_cache
from pathlib import Path
from shutil import which
Expand Down Expand Up @@ -595,5 +596,7 @@ def install_aave_for_testing():
It will do npm install for Aave deployer.
"""
logging.basicConfig(level=logging.INFO, stream=sys.stdout)
logging.info("Preparing to install Aave dev env")
deployer = AaveDeployer()
deployer.install(echo=True)
1 change: 1 addition & 0 deletions eth_defi/lagoon/vault.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from eth.typing import BlockRange
from eth_typing import HexAddress, BlockIdentifier, ChecksumAddress


from hexbytes import HexBytes
from web3 import Web3
from web3.contract import Contract
Expand Down

0 comments on commit 4c3f67f

Please sign in to comment.