Skip to content

Commit 349138d

Browse files
authored
Remove redundant lock-check CI job (#260)
1 parent 11ee707 commit 349138d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,3 @@ jobs:
4646
run: uv sync --locked
4747
- name: Test with Nox
4848
run: uv run nox -s ${{ matrix.nox-session }}
49-
lock-check:
50-
runs-on: ubuntu-24.04
51-
steps:
52-
- uses: actions/checkout@v4
53-
- name: Install uv
54-
uses: astral-sh/setup-uv@v5
55-
with:
56-
version: ${{ env.UV_VERSION }}
57-
- name: Set up Python
58-
uses: actions/setup-python@v5
59-
with:
60-
python-version-file: ".python-version"
61-
- name: Validate Lockfile Up-to-date
62-
run: uv lock --check

0 commit comments

Comments
 (0)