fix ci
Former-commit-id: 95aceebd61d195be5c980a919c12c59b56722898
This commit is contained in:
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -30,10 +30,10 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install .[torch,metrics,quality]
|
||||
python -m pip install .[torch,dev]
|
||||
- name: Check quality
|
||||
run: |
|
||||
make style && make quality
|
||||
make style && make quality
|
||||
|
||||
pytest:
|
||||
needs: check_code_quality
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install .[torch,metrics,quality]
|
||||
python -m pip install .[torch,dev]
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
make test
|
||||
|
||||
Reference in New Issue
Block a user