Skip to content

Bump waitress from 3.0.0 to 3.0.1 in /backend #151

Bump waitress from 3.0.0 to 3.0.1 in /backend

Bump waitress from 3.0.0 to 3.0.1 in /backend #151

Workflow file for this run

name: Backend Tests
on:
pull_request:
branches:
- master
jobs:
backend_tests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./backend
steps:
- uses: actions/checkout@v1
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
sudo pip install -r requirements.txt
- name: Run tests
run: sudo pytest