Skip to content

Commit

Permalink
Upgrade wheel pip setuptools with make install_test
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed Jul 6, 2023
1 parent f1aabcd commit 07308c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pyspec:

# installs the packages to run pyspec tests
install_test:
python3 -m venv venv; . venv/bin/activate; python3 -m pip install -e .[lint]; python3 -m pip install -e .[test]
python3 -m venv venv; . venv/bin/activate; python3 -m pip install --upgrade wheel pip setuptools; python3 -m pip install -e .[lint]; python3 -m pip install -e .[test]

# Testing against `minimal` or `mainnet` config by default
test: pyspec
Expand Down

0 comments on commit 07308c3

Please sign in to comment.