Skip to content

Commit

Permalink
Add python requirements to windows docker
Browse files Browse the repository at this point in the history
Signed-off-by: romanodanilo <[email protected]>
  • Loading branch information
romanodanilo committed Jun 3, 2024
1 parent d935d07 commit b8693a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-on-change-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ jobs:
cd "$env:WORKING_PATH\qc-framework\qc-framework"

python3 -m pip install lxml==5.0.0
python3 -m pip install pytest==8.2.1
python3 -m pytest

Write-Output "All runtime tests done."
Expand Down

0 comments on commit b8693a4

Please sign in to comment.