Skip to content

Commit 922ec32

Browse files
committed
Fix extra pip install
1 parent 1a0faba commit 922ec32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test-stubs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
rm -rf test-stubs
33
python3 -m venv test-stubs
44
. test-stubs/bin/activate
5-
pip install mypy isort black pip install adafruit-circuitpython-typing wheel build
5+
pip install mypy isort black adafruit-circuitpython-typing wheel build
66
rm -rf circuitpython-stubs .mypy_cache
77
make stubs
88
pip install --force-reinstall circuitpython-stubs/dist/circuitpython-stubs-*.tar.gz

0 commit comments

Comments
 (0)