Skip to content

Commit 8a22776

Browse files
committed
Also install preinstallation requirements
1 parent 01793e5 commit 8a22776

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

solidity_deposit_contract/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ install_deposit_contract_web3_tester:
3030
@cd $(DEPOSIT_CONTRACT_TESTER_DIR); \
3131
python3 -m venv venv; \
3232
source venv/bin/activate; \
33+
python3 -m pip install -r ../../requirements_preinstallation.txt; \
3334
python3 -m pip install -r requirements.txt
3435

3536
test_deposit_contract_web3_tests:
@@ -38,4 +39,4 @@ test_deposit_contract_web3_tests:
3839
python3 -m pytest .
3940

4041
clean:
41-
@git clean -fdx
42+
@git clean -fdx

0 commit comments

Comments
 (0)