Skip to content

Commit

Permalink
Fix typo in windows action
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Feb 28, 2024
1 parent e22cb89 commit 328b424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ runs:
try {
# make sure wheel is installed, which improves installing our dependencies
Invoke-Expression -Command "& '$env:PYTHON_VENV' -m pip install wheel"
Invoke-Expression -Command "& '$env:PYTHON_VENV' -m pip install -r '$env.GITHUB_ACTION_PATH\..\python\requirements.txt'"
Invoke-Expression -Command "& '$env:PYTHON_VENV' -m pip install -r '$env:GITHUB_ACTION_PATH\..\python\requirements.txt'"
} finally {
Write-Output "::endgroup::"
}
Expand Down

0 comments on commit 328b424

Please sign in to comment.