We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113f675 commit b017685Copy full SHA for b017685
.github/workflows/ci-develop.yml
@@ -45,9 +45,6 @@ jobs:
45
curl -sSL https://install.python-poetry.org | python3 -
46
poetry config virtualenvs.create false
47
poetry install --with dev --no-interaction
48
-
49
- - name: Verify lock file is up to date
50
- run: poetry lock --check
51
52
# Code quality gates
53
- name: Run Ruff (lint & formatting check)
@@ -85,9 +82,6 @@ jobs:
85
82
86
83
87
84
88
89
90
91
92
- name: Run Ruff
93
run: poetry run ruff check src tests
0 commit comments