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 5634b15 commit 9f7175e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-python-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
- name: Install Python dependencies
run: |
if [ "${{ inputs.resolution }}" == "lowest-direct" ]; then
uv sync --frozen --all-extras --resolution lowest-direct
uv sync --all-extras --resolution lowest-direct
else
uv sync --frozen --all-extras
fi
Expand Down

0 comments on commit 9f7175e

Please sign in to comment.