Skip to content

Commit b6edb59

Browse files
Update ci.yml (#731)
1 parent 9187658 commit b6edb59

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,10 @@ jobs:
7171
with:
7272
path: requirements.txt
7373
- name: Run unittests
74+
run: pytest tests
7475
env:
7576
COLOR: 'yes'
76-
run: |
77-
pytest tests
78-
python -m coverage xml
77+
- run: python -m coverage xml
7978
- name: Upload coverage
8079
uses: codecov/codecov-action@v3
8180
with:

0 commit comments

Comments
 (0)