Skip to content

Commit cf970a6

Browse files
committed
[DOP-23620] Fix release pipeline
1 parent 96a09e0 commit cf970a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949
5050
- name: Install dependencies
5151
run: |
52+
poetry debug info
5253
poetry install --no-root --all-extras --without test,dev
54+
python -m pip list -v
5355
5456
- name: Generate OpenAPI Schema
5557
run: |

0 commit comments

Comments
 (0)