1 parent 96a09e0 commit cf970a6Copy full SHA for cf970a6
1 file changed
.github/workflows/release.yaml
@@ -49,7 +49,9 @@ jobs:
49
50
- name: Install dependencies
51
run: |
52
+ poetry debug info
53
poetry install --no-root --all-extras --without test,dev
54
+ python -m pip list -v
55
56
- name: Generate OpenAPI Schema
57
0 commit comments