Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aimspot committed Jun 24, 2024
1 parent f9103fe commit 93edff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pep8-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
pip install flake8
- name: Run PEP8 test
run: |
flake8 --max-line-length=180 --exclude=tests/*,src/train_utils/*,src/ml_utils/*,docs/*,src/data_processing/* .
flake8 --max-line-length=180 --exclude=tests/*,src/DL/*,src/ML/*,docs/*,src/data_processing/* .

0 comments on commit 93edff2

Please sign in to comment.