Skip to content

support converting objects to string #25

support converting objects to string

support converting objects to string #25

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Get Poetry
uses: abatilo/[email protected]
- name: Install
run: poetry install
- name: Run Tests
run: poetry run pytest tests/