Skip to content

Update matplotlib requirement from <3.8,>=3.5.1 to >=3.5.1,<3.9 #1157

Update matplotlib requirement from <3.8,>=3.5.1 to >=3.5.1,<3.9

Update matplotlib requirement from <3.8,>=3.5.1 to >=3.5.1,<3.9 #1157

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