Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Oct 14, 2024
1 parent 9f7175e commit f021fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-python-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ runs:
- name: Install Python dependencies
run: |
if [ "${{ inputs.resolution }}" == "lowest-direct" ]; then
uv sync --all-extras --resolution lowest-direct
run: uv sync --all-extras --resolution lowest-direct
else
uv sync --frozen --all-extras
run: uv sync --frozen --all-extras
fi
shell: bash

0 comments on commit f021fd9

Please sign in to comment.