Skip to content

Commit 5fd7bbe

Browse files
Fixed CI
1 parent 416c511 commit 5fd7bbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python -m pip install --upgrade pip
2121
pip install -r requirements.txt
2222
- name: Run tests
23-
run: coverage run setup.py test
23+
run: coverage run -m pytest
2424
- name: Verify Coverage
2525
if: github.event_name == 'push'
2626
uses: codecov/codecov-action@v1.5.2

0 commit comments

Comments
 (0)