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 01793e5 commit 8a22776Copy full SHA for 8a22776
solidity_deposit_contract/Makefile
@@ -30,6 +30,7 @@ install_deposit_contract_web3_tester:
30
@cd $(DEPOSIT_CONTRACT_TESTER_DIR); \
31
python3 -m venv venv; \
32
source venv/bin/activate; \
33
+ python3 -m pip install -r ../../requirements_preinstallation.txt; \
34
python3 -m pip install -r requirements.txt
35
36
test_deposit_contract_web3_tests:
@@ -38,4 +39,4 @@ test_deposit_contract_web3_tests:
38
39
python3 -m pytest .
40
41
clean:
- @git clean -fdx
42
+ @git clean -fdx
0 commit comments