Skip to content

Commit 97d351b

Browse files
committed
improved ci against toml changes
1 parent 81574ea commit 97d351b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-develop.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ 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
4851

4952
# Code quality gates
5053
- name: Run Ruff (lint & formatting check)
@@ -82,6 +85,9 @@ jobs:
8285
curl -sSL https://install.python-poetry.org | python3 -
8386
poetry config virtualenvs.create false
8487
poetry install --with dev --no-interaction
88+
89+
- name: Verify lock file is up to date
90+
run: poetry lock --check
8591

8692
- name: Run Ruff
8793
run: poetry run ruff check src tests

0 commit comments

Comments
 (0)