mirror of
https://github.com/Doctorado-ML/Odte.git
synced 2025-07-11 08:12:06 +00:00
Fix github workflow mistake
This commit is contained in:
parent
24b91962f0
commit
f0f10c4e42
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -28,8 +28,8 @@ jobs:
|
||||
pip install -q --upgrade codecov coverage black flake8 codacy-coverage
|
||||
- name: Lint
|
||||
run: |
|
||||
black --check --diff stree
|
||||
flake8 --count stree
|
||||
black --check --diff odte
|
||||
flake8 --count odte
|
||||
- name: Tests
|
||||
run: |
|
||||
coverage run -m unittest -v odte.tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user