Skip to content

Optimize sparse matrix selection #70

Optimize sparse matrix selection

Optimize sparse matrix selection #70

name: flake8-format-test
# Only run this when the branch changes
on: push
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
pip install --upgrade pip
pip install flake8
- name: Lint with flake8
run: |
flake8 .