Skip to content

fix custom make targets. install waitress in dev environment #2

fix custom make targets. install waitress in dev environment

fix custom make targets. install waitress in dev environment #2

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
steps:
- uses: actions/checkout@v3
- name: Run Tests
run: make test