diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2023-05-04 20:20:48 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2023-05-04 20:20:48 -0500 |
| commit | 8efa514999f402c141308507de24d1dd54665e3c (patch) | |
| tree | 1f553836069f7f751b75d5210d324039b1a1daa4 | |
| parent | e49b109bf7663055d7d5ddab59dea995609c596c (diff) | |
Remove pytest
| -rw-r--r-- | .github/workflows/python-package.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index f6f35d7..532184c 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -35,6 +35,3 @@ jobs: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - - name: Test with pytest - run: | - pytest |
