Skip to content

Commit dba33c8

Browse files
committed
fix order of generation
1 parent 4828da9 commit dba33c8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/_integration_tests.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
strategy:
2525
matrix:
2626
python-version:
27-
- "3.8"
2827
- "3.9"
2928
- "3.10"
3029
- "3.11"
@@ -40,14 +39,14 @@ jobs:
4039
poetry-version: ${{ env.POETRY_VERSION }}
4140
cache-key: core
4241

43-
- name: Install dependencies
44-
shell: bash
45-
run: poetry install --with quality,tests
46-
4742
- name: Generate OpenAPI client
4843
run: |
4944
make generate-client-from-existing-spec
5045
46+
- name: Install dependencies
47+
shell: bash
48+
run: poetry install --with quality,tests
49+
5150
- name: Install together
5251
run: |
5352
poetry run pip install .

0 commit comments

Comments
 (0)