Skip to content

Commit 906dca0

Browse files
committed
run pytest directly in gitaction
1 parent 3f9863d commit 906dca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3636
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3737
- name: Test with pytest
38-
run: make test
38+
run: pytest
3939
env:
4040
API_KEY: ${{secrets.API_KEY}}

0 commit comments

Comments
 (0)