Skip to content

Commit 31cc0ed

Browse files
committed
req: SDK
1 parent d2a47a5 commit 31cc0ed

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/ci-testing.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
coverage run --source litmodels -m pytest src tests -v
6969
7070
- name: Statistics
71-
if: success()
7271
run: |
7372
coverage report
7473
coverage xml

_requirements/test.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
coverage>=5.0
2-
pytest>=6.0
1+
coverage >=5.0
2+
pytest >=6.0
33
pytest-cov
4-
mypy==1.13.0
4+
pytest-mock
5+
mypy ==1.13.0

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
torch >=2.0.0
2-
lightning >=2.0.0
1+
lightning-sdk >=0.1.26

0 commit comments

Comments
 (0)