Skip to content

Commit

Permalink
call tests correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsg committed Jul 9, 2024
1 parent 6d443cd commit 74d0599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ FOR %%P IN (3.8, 3.9, 3.10, 3.11, 3.12) DO (
py -%%P-64 -m pip wheel . --wheel-dir wheels/

echo "Built wheel, now running tests."
%~dp0/test.bat
call %~dp0/test.bat %%P

echo "Finished with Python version %%P, now uninstalling"
choco uninstall python -y
Expand Down

0 comments on commit 74d0599

Please sign in to comment.