Skip to content

Bump waitress from 2.1.2 to 3.0.1 (#1192) #1004

Bump waitress from 2.1.2 to 3.0.1 (#1192)

Bump waitress from 2.1.2 to 3.0.1 (#1192) #1004

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: pip install --upgrade pip && pip install -r requirements.txt
- name: Run tests
run: ./run test