Skip to content

Commit b017685

Browse files
committed
minor change
1 parent 113f675 commit b017685

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci-develop.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
curl -sSL https://install.python-poetry.org | python3 -
4646
poetry config virtualenvs.create false
4747
poetry install --with dev --no-interaction
48-
49-
- name: Verify lock file is up to date
50-
run: poetry lock --check
5148
5249
# Code quality gates
5350
- name: Run Ruff (lint & formatting check)
@@ -85,9 +82,6 @@ jobs:
8582
curl -sSL https://install.python-poetry.org | python3 -
8683
poetry config virtualenvs.create false
8784
poetry install --with dev --no-interaction
88-
89-
- name: Verify lock file is up to date
90-
run: poetry lock --check
9185
9286
- name: Run Ruff
9387
run: poetry run ruff check src tests

0 commit comments

Comments
 (0)