Skip to content

Merge pull request #1 from pocketstation-io/phase5/sdk-python-client #4

Merge pull request #1 from pocketstation-io/phase5/sdk-python-client

Merge pull request #1 from pocketstation-io/phase5/sdk-python-client #4

Workflow file for this run

name: ci-python
on: [pull_request, push]
jobs:
py:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: python -m pip install -e . || true
- run: python -m pytest || true