Skip to content

Commit 5c85720

Browse files
authored
Merge pull request #7934 from tekktrik/fix/venv-bug
Fix creating virtual environment for stub creation
2 parents fa9b59d + 298bd16 commit 5c85720

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
@@ -1,6 +1,6 @@
11
#!/bin/sh -e
22
rm -rf test-stubs
3-
python3 -mvenv test-stubs
3+
python3 -m venv test-stubs
44
. test-stubs/bin/activate
55
pip install mypy isort black adafruit-circuitpython-typing wheel
66
rm -rf circuitpython-stubs .mypy_cache

0 commit comments

Comments
 (0)