Skip to content

Commit

Permalink
Remove frozen option in actions uv setup
Browse files Browse the repository at this point in the history
  • Loading branch information
adonath committed Dec 13, 2024
1 parent 7848866 commit 713a566
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 @@ -22,9 +22,9 @@ runs:
uses: astral-sh/setup-uv@v2
with:
version: ${{ inputs.uv-version }}
enable-cache: 'true'
enable-cache: "true"
cache-suffix: ${{ matrix.python-version }}

- name: Install Python dependencies
run: uv sync --frozen
run: uv sync
shell: bash

0 comments on commit 713a566

Please sign in to comment.