Skip to content

Commit 7c6c5db

Browse files
committed
Another fix
1 parent dc5aafe commit 7c6c5db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install dependencies
3333
run: |
3434
python -m pip install --upgrade pip
35-
python -m pip install 'litgpt[all,test]'
35+
python -m pip install 'litgpt[all,test,extra]'
3636
python -m pip install .
3737
- name: Test with pytest
3838
run: |

0 commit comments

Comments
 (0)