Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
linshokaku committed Oct 1, 2024
1 parent a5c4069 commit 8654728
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .flexci/windows/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ RunOrDie python -m pip install -e .
# Unit Test
$Env:JUPYTER_PLATFORM_DIRS = "1"
# RunOrDie python -m pytest -m '"not mpi"' tests
$test_retval = RunWithTimeout -timeout 7200 -output ./ppe_test_log.txt -- python -m pytest -m '"not mpi"' tests
$pytest_opts = "-m", '"not mpi"'
$test_retval = RunWithTimeout -timeout 7200 -output ./ppe_test_log.txt -command python -params '-m pytest -m "not mpi" tests'
if ($test_retval -ne 0) {
echo "------------------------------------------------------------------------------------------"
Get-Content ppe_test_log.txt
Expand Down

0 comments on commit 8654728

Please sign in to comment.