We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d40a93 commit a904a89Copy full SHA for a904a89
.github/workflows/_tests.yml
@@ -39,6 +39,10 @@ jobs:
39
poetry-version: ${{ env.POETRY_VERSION }}
40
cache-key: core
41
42
+ - name: Generate OpenAPI client
43
+ run: |
44
+ make generate-client-from-existing-spec
45
+
46
- name: Install dependencies
47
shell: bash
48
run: poetry install --with quality,tests
.github/workflows/upload-to-pypi.yml
@@ -27,6 +27,10 @@ jobs:
27
path: .venv
28
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}
29
30
31
32
33
34
35
run: |
36
poetry config virtualenvs.in-project true
0 commit comments