We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5153c31 commit ba20f57Copy full SHA for ba20f57
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
20
21
- name: Install the project
22
- run: uv sync --locked --group dev
+ run: uv sync --frozen --group dev
23
24
- name: Cache mypy cache
25
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.2.1
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
26
- name: Install the dependencies
27
- run: uv sync --locked --group dev --all-extras --python ${{ matrix.python-version }}
+ run: uv sync --frozen --group dev --all-extras
28
29
- name: Run tests
30
run: uv run pytest tests
0 commit comments