Skip to content

Commit

Permalink
drop PEP8 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Dec 3, 2024
1 parent c7a085f commit e1602e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ jobs:
- name: pip install
run: |
pip install .[actions]
- name: PEP8
run: |
micromamba activate test_and_build
flake8 . --exclude=.venv,.build,build --ignore=E501,F403,E402,F999,F405,E722,W504,W605
- name: Test deepTools
run: |
pytest -v
Expand Down

0 comments on commit e1602e2

Please sign in to comment.