Skip to content

Try tests without tox #793

Try tests without tox

Try tests without tox #793

Workflow file for this run

name: Code Style
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Conda w/ Python 3.12
uses: conda-incubator/setup-miniconda@v2
with:
python-version: '3.12'
- name: Install Dependencies
run: pip install Flake8-pyproject
- name: Check Code Style
run: flake8 .