Skip to content

Commit

Permalink
Also install preinstallation requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Oct 14, 2024
1 parent 01793e5 commit 8a22776
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion solidity_deposit_contract/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ install_deposit_contract_web3_tester:
@cd $(DEPOSIT_CONTRACT_TESTER_DIR); \
python3 -m venv venv; \
source venv/bin/activate; \
python3 -m pip install -r ../../requirements_preinstallation.txt; \
python3 -m pip install -r requirements.txt

test_deposit_contract_web3_tests:
Expand All @@ -38,4 +39,4 @@ test_deposit_contract_web3_tests:
python3 -m pytest .

clean:
@git clean -fdx
@git clean -fdx

0 comments on commit 8a22776

Please sign in to comment.