Skip to content

Commit

Permalink
CI: work on windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Nov 23, 2024
1 parent ba6b3d6 commit 4c5c29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basictest_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if %errorlevel% neq 0 then exit /b %errorlevel%
python -c "import mpmath; print('mpmath imported ok')"
if %errorlevel% neq 0 then exit /b %errorlevel%
python -c "import matplotlib.pyplot; print(matplotlib imported ok')"
python -c "import matplotlib.pyplot; print('matplotlib imported ok')"
if %errorlevel% neq 0 then exit /b %errorlevel%
- name: Various commandline tests
Expand Down

0 comments on commit 4c5c29e

Please sign in to comment.