Skip to content

Modified rexee.py and updated Example_2.ipynb #29

Modified rexee.py and updated Example_2.ipynb

Modified rexee.py and updated Example_2.ipynb #29

Workflow file for this run

name: lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: '3.9'
- name: Install the package
run: |
pip install --no-deps -e .
- name: Install flake8
run: |
pip install flake8
- name: Run flake8
run: |
flake8 sampling_simulator