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 017531e commit e3bed19
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 @@ -23,7 +23,7 @@ inputs:
outputs:
cmd-prefix:
description: "Cmd to activate uv venv"
value: "${{ steps.uv-variables-setup.outputs.uv-activate-cmd }} ; "
value: "${{ inputs.use-uv-installer == 'false' && 'poetry run ' || format('{0} ; ', steps.uv-variables-setup.outputs.uv-activate-cmd) }}"

runs:
using: composite
Expand Down

0 comments on commit e3bed19

Please sign in to comment.