diff options
author | Alex <76689481+flu0r1ne@users.noreply.github.com> | 2023-05-04 20:20:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 20:20:48 -0500 |
commit | b8bc493d2a682ccea755855fdec5b01ad3eb85f9 (patch) | |
tree | 1893ee873fbd6bc8722f693da350fac73ec180d8 /.github/workflows | |
parent | 848e215961318a46c82e2794f53b152404a069bb (diff) | |
download | gpt-chat-cli-b8bc493d2a682ccea755855fdec5b01ad3eb85f9.tar.xz gpt-chat-cli-b8bc493d2a682ccea755855fdec5b01ad3eb85f9.zip |
Remove pytest
Diffstat (limited to '.github/workflows')
-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 |