Merge pull request #7934 from tekktrik/fix/venv-bug
Fix creating virtual environment for stub creation
This commit is contained in:
commit
5c857209fd
@ -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
Block a user