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