We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a615e commit b0a72dcCopy full SHA for b0a72dc
.github/actions/setup-python-env/action.yml
@@ -26,5 +26,5 @@ runs:
26
cache-suffix: ${{ matrix.python-version }}
27
28
- name: Install Python dependencies
29
- run: uv sync --frozen
+ run: uv sync
30
shell: bash
0 commit comments