File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 pip install .[test]
3535
3636 - name : Pylint Source
37- run : pylint --ignore-paths='build/*' --ignore='runpod/ _version.py' $(find . -type f -name '*.py') \
37+ run : pylint --ignore-paths='build/*' --ignore='_version.py' $(find . -type f -name '*.py') \
Original file line number Diff line number Diff line change 3333 pip install .[test]
3434
3535 - name : Run Tests
36- run : |
37- pytest --timeout=120 --timeout_method=thread --cov=runpod --cov-report=xml --cov-report=term-missing --cov-fail-under=100 -W error -p no:cacheprovider -p no:unraisableexception --ignore=runpod/_version.py
36+ run : pytest --timeout=120 --timeout_method=thread --cov=runpod --cov-report=xml --cov-report=term-missing --cov-fail-under=100 -W error -p no:cacheprovider -p no:unraisableexception --ignore=runpod/_version.py
You can’t perform that action at this time.
0 commit comments