Skip to content

Commit

Permalink
new: switch async generator version to 3.10.x (#387)
Browse files Browse the repository at this point in the history
* new: switch async generator version to 3.10.x

* fix: remove package version update
  • Loading branch information
joein authored Nov 30, 2023
1 parent d3332ea commit 6743f28
Show file tree
Hide file tree
Showing 5 changed files with 504 additions and 511 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
poetry install --no-interaction --no-ansi --all-extras
- name: Run async client generation tests
run: |
if [[ ${{ matrix.python-version }} == "3.11.x" ]]; then
if [[ ${{ matrix.python-version }} == "3.10.x" ]]; then
./tests/async-client-consistency-check.sh
fi
shell: bash
Expand Down
Loading

0 comments on commit 6743f28

Please sign in to comment.