Skip to content

Commit

Permalink
fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanKrMahato committed Dec 10, 2024
1 parent 225245a commit 018b0c5
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 @@ -30,7 +30,7 @@ jobs:
run: |
metacall pip install -r test/requirements.txt | findstr "Successfully installed"
IF %ERRORLEVEL% NEQ 0 exit /B 1
metacall ./test/requirements.py | findstr "4.10.0.84"
metacall ./test/requirements.py | findstr "4.10.0"
IF %ERRORLEVEL% NEQ 0 exit /B 1
- name: Deploy & FaaS Test
Expand Down

0 comments on commit 018b0c5

Please sign in to comment.