File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments