Skip to content

πŸ› Remove Awaitable from return types in generated clients. #73

πŸ› Remove Awaitable from return types in generated clients.

πŸ› Remove Awaitable from return types in generated clients. #73

Workflow file for this run

name: Test
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Poetry
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.12
poetry-version: 1.8.3
- name: Install project
run: poetry install
- name: Run pytest
run: poetry run pytest