Skip to content

Commit ce75ae8

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

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
with:
3636
python-version: ${{ env.DEFAULT_PYTHON }}
3737

38-
- name: Install poetry
39-
uses: snok/install-poetry@v1
40-
4138
- name: Cache poetry
4239
uses: actions/cache@v4
4340
with:
@@ -47,16 +44,16 @@ jobs:
4744
${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-release-${{ hashFiles('**/poetry.lock') }}
4845
${{ runner.os }}-python-
4946
47+
- name: Install poetry
48+
uses: snok/install-poetry@v1
49+
5050
- name: Install dependencies
5151
run: |
52-
poetry debug info
5352
poetry install --no-root --all-extras --without test,dev
54-
python -m pip list -v
5553
5654
- name: Generate OpenAPI Schema
5755
run: |
58-
source .venv/bin/activate
59-
make openapi
56+
python -m syncmaster.server.scripts.export_openapi_schema docs/_static/openapi.json
6057
6158
- name: Fix logo in Readme
6259
run: |

0 commit comments

Comments
 (0)