Skip to content

api_client: wrap methods #51

api_client: wrap methods

api_client: wrap methods #51

Workflow file for this run

name: Tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [
'3.9',
'3.10',
'3.11',
]
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: make test
- run: make lint