We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0d261 commit 242cec6Copy full SHA for 242cec6
1 file changed
.github/workflows/ci.yml
@@ -15,6 +15,9 @@ jobs:
15
with:
16
python-version: "3.10"
17
cache: poetry
18
+ # Relock first: poetry.lock is stale vs pyproject.toml (the merged spec
19
+ # bump did not regenerate it).
20
+ - run: poetry lock
21
- run: poetry install
22
- run: poetry build
23
@@ -28,6 +31,9 @@ jobs:
28
31
29
32
30
33
34
35
36
37
38
# No pytest suite yet; import-smoke the built package so CI fails fast
39
# on broken codegen/spec dependencies.
0 commit comments