We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9863d commit 906dca0Copy full SHA for 906dca0
.github/workflows/ci.yml
@@ -35,6 +35,6 @@ jobs:
35
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
36
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37
- name: Test with pytest
38
- run: make test
+ run: pytest
39
env:
40
API_KEY: ${{secrets.API_KEY}}
0 commit comments