Skip to content

Commit

Permalink
PowerShell faff
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Oct 12, 2024
1 parent 0abfea2 commit 12c954a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BEFORE_ALL_MACOS: curl -LsSf https://astral.sh/uv/install.sh | sh
CIBW_BEFORE_ALL_WINDOWS: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
CIBW_BEFORE_ALL_WINDOWS: pwsh -c "Install-Module ExecutionPolicy -Scope AllUsers"; powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: 'pytest {package}'
CIBW_BUILD: ${{ matrix.pybuilds }}
Expand Down

0 comments on commit 12c954a

Please sign in to comment.