We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5aafe commit 7c6c5dbCopy full SHA for 7c6c5db
1 file changed
.github/workflows/unit-tests.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install dependencies
33
run: |
34
python -m pip install --upgrade pip
35
- python -m pip install 'litgpt[all,test]'
+ python -m pip install 'litgpt[all,test,extra]'
36
python -m pip install .
37
- name: Test with pytest
38
0 commit comments