Skip to content

Commit f1c7b67

Browse files
committed
fix: tests
1 parent 70bfe94 commit f1c7b67

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/CI-pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
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') \

.github/workflows/CI-pytests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ jobs:
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

0 commit comments

Comments
 (0)