From 57cd45124535692414ac54a8a7330dc2f07ccb18 Mon Sep 17 00:00:00 2001 From: Tekktrik Date: Tue, 9 May 2023 22:31:24 -0400 Subject: [PATCH] Add build to pio install command --- tools/test-stubs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-stubs.sh b/tools/test-stubs.sh index 6c6c991015..f4169f5de9 100755 --- a/tools/test-stubs.sh +++ b/tools/test-stubs.sh @@ -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