Skip to content

Commit ba20f57

Browse files
committed
ci: run lint and tests with --frozen
1 parent 5153c31 commit ba20f57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
2020

2121
- name: Install the project
22-
run: uv sync --locked --group dev
22+
run: uv sync --frozen --group dev
2323

2424
- name: Cache mypy cache
2525
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.2.1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
2525

2626
- name: Install the dependencies
27-
run: uv sync --locked --group dev --all-extras --python ${{ matrix.python-version }}
27+
run: uv sync --frozen --group dev --all-extras
2828

2929
- name: Run tests
3030
run: uv run pytest tests

0 commit comments

Comments
 (0)