Commit b06df19
committed
ci: set POETRY=poetry in release job so make targets use Poetry's managed venv
The pre-tag gates (run-pre-commit/audit/checkmigrations) called tools from
venv/bin, but without POETRY set the Makefile takes its ./venv branch while
Poetry installs into its own managed virtualenv, so venv/bin/pre-commit never
existed and the gate failed with exit 127. python.yaml already sets this
workflow-wide; mirror it on the release job.1 parent bce1507 commit b06df19
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
0 commit comments