Add build to pio install command
This commit is contained in:
parent
6f8670a284
commit
57cd451245
@ -2,7 +2,7 @@
|
||||
rm -rf test-stubs
|
||||
python3 -m venv test-stubs
|
||||
. test-stubs/bin/activate
|
||||
pip install mypy isort black adafruit-circuitpython-typing wheel
|
||||
pip install mypy isort black adafruit-circuitpython-typing wheel build
|
||||
rm -rf circuitpython-stubs .mypy_cache
|
||||
make stubs
|
||||
pip install --force-reinstall circuitpython-stubs/dist/circuitpython-stubs-*.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user