Fix creating virtual environment for stub creation
This commit is contained in:
parent
fa9b59d14c
commit
298bd16529
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -e
|
||||
rm -rf test-stubs
|
||||
python3 -mvenv test-stubs
|
||||
python3 -m venv test-stubs
|
||||
. test-stubs/bin/activate
|
||||
pip install mypy isort black adafruit-circuitpython-typing wheel
|
||||
rm -rf circuitpython-stubs .mypy_cache
|
||||
|
|
Loading…
Reference in New Issue