Skip to content

Commit 811aa50

Browse files
committed
Fix tests
1 parent d784042 commit 811aa50

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

subprojects/robotpy-wpiutil/tests/run_tests.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
"pip",
1717
"--disable-pip-version-check",
1818
"install",
19+
"-v",
20+
"--force-reinstall",
1921
"--no-build-isolation",
20-
"-e",
21-
"cpp",
22+
"./cpp",
2223
],
2324
)
2425

0 commit comments

Comments
 (0)