Skip to content

Make the result for create and get as JSON serializable to be able to send to a Server Endpoints #34

Make the result for create and get as JSON serializable to be able to send to a Server Endpoints

Make the result for create and get as JSON serializable to be able to send to a Server Endpoints #34

Workflow file for this run

name: Tests CI
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- run: make install-deps
- run: make