mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-15 07:25:53 +00:00
Fix CI error
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
- name: Lint
|
||||
run: |
|
||||
black --check --diff benchmark
|
||||
flake8 --count benchmark --ignore=E203
|
||||
flake8 --count benchmark --ignore=E203,W503
|
||||
- name: Tests
|
||||
run: |
|
||||
coverage run -m unittest -v benchmark.tests
|
||||
|
Reference in New Issue
Block a user