We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eded60a commit cb0410fCopy full SHA for cb0410f
.github/workflows/python-package.yml .github/workflows/test.yml.github/workflows/python-package.yml renamed to .github/workflows/test.yml
@@ -1,7 +1,7 @@
1
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
2
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
3
4
-name: Python package
+name: test
5
6
on:
7
push:
@@ -35,6 +35,6 @@ jobs:
35
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
36
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
37
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38
- - name: Test with pytest
+ - name: Test
39
run: |
40
python test.py
0 commit comments