Skip to content

Fix REST scoring import and add controller tests #21

Fix REST scoring import and add controller tests

Fix REST scoring import and add controller tests #21

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install deps
run: pip install numpy fastapi pytest
- name: Run tests
run: pytest