Skip to content

Update werkzeug requirement from <2.3.8,>=2.3.0 to >=2.3.0,<3.0.2 #1039

Update werkzeug requirement from <2.3.8,>=2.3.0 to >=2.3.0,<3.0.2

Update werkzeug requirement from <2.3.8,>=2.3.0 to >=2.3.0,<3.0.2 #1039

Workflow file for this run

name: Code Style
on:
pull_request:
push:
branches:
- master
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install flake8
- name: Run flake8
run:
flake8 panoptes_aggregation