Skip to content

Commit

Permalink
Update test-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Dec 10, 2024
1 parent 8ed3f58 commit c4e1906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Python Test
shell: cmd
run: |
metacall pip install -r test/requirements.txt | findstr "Successfully installed"
metacall pip install -r test/requirements.txt
IF %ERRORLEVEL% NEQ 0 exit /B 1
metacall ./test/requirements.py
IF %ERRORLEVEL% NEQ 0 exit /B 1
Expand Down

0 comments on commit c4e1906

Please sign in to comment.