Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sdb9696 committed Apr 16, 2024
1 parent 4f234a4 commit 02578d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ runs:
if: inputs.use-uv-installer == 'true'
shell: bash
env:
UV_ACTIVATE: ${{ steps.uv-variables-setup.outputs.uv-activate-cmd }}
UV_ACTIVATE: ${{ startsWith(runner.os, 'windows') && 'source ' || '' }}${{ steps.uv-variables-setup.outputs.uv-activate-cmd }}
run: |-
uv venv ${{ steps.uv-variables-setup.outputs.uv-venv-location }}
$UV_ACTIVATE
Expand Down

0 comments on commit 02578d0

Please sign in to comment.