Fix creating virtual environment for stub creation

This commit is contained in:
Alec Delaney 2023-05-04 15:55:33 -04:00 committed by GitHub
parent fa9b59d14c
commit 298bd16529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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