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 c4e1906 commit 5f32bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,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 Expand Up @@ -161,7 +161,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 5f32bec

Please sign in to comment.