Skip to content

Force werkzeug<3.0 when installing flask 2.1 #286

Force werkzeug<3.0 when installing flask 2.1

Force werkzeug<3.0 when installing flask 2.1 #286

Workflow file for this run

name: Coverage
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.x
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Dependencies
run: pip install tox
- name: Coverage
run: tox -e coverage