Skip to content

Fixed unit tests; Modified environment.yml #504

Fixed unit tests; Modified environment.yml

Fixed unit tests; Modified environment.yml #504

Workflow file for this run

name: lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-python@v2.2.2
with:
python-version: '3.9'
- name: Install the package
run: |
python setup.py develop --no-deps
- name: Install flake8
run: |
pip install flake8
- name: Run flake8
run: |
flake8 ensemble_md