remove test condition
This commit is contained in:
parent
dfb33e8f7a
commit
5e8ca26f8b
1 changed files with 0 additions and 17 deletions
17
.github/workflows/python-lint.yml
vendored
17
.github/workflows/python-lint.yml
vendored
|
@ -19,23 +19,6 @@ jobs:
|
|||
python-version: "3.11"
|
||||
- name: flake8 Lint
|
||||
uses: py-actions/flake8@v2
|
||||
if: |
|
||||
inputs.gpu-series == 'Standard_NC4as_T4_v3'
|
||||
|| (
|
||||
github.event_name == 'schedule'
|
||||
&& github.repository_owner == 'ggerganov'
|
||||
)
|
||||
|| github.event_name == 'pull_request'
|
||||
|| github.head_ref == 'master'
|
||||
|| (
|
||||
github.event_name == 'push'
|
||||
&& github.event.ref == 'refs/heads/master'
|
||||
&& github.repository_owner == 'ggerganov'
|
||||
)
|
||||
|| (
|
||||
github.event_name != 'push'
|
||||
&& github.ref_name == 'master'
|
||||
)
|
||||
with:
|
||||
ignore: "E203,E211,E221,E225,E231,E241,E251,E261,E266,E501,E701,E704,W503"
|
||||
exclude: "examples/*,examples/*/**,*/**/__init__.py,convert-hf-to-gguf-update.py"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue