Skip to content

Commit 8f7af73

Browse files
committed
Simplify
1 parent b416ab9 commit 8f7af73

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
run: python -c "import sys; print(sys.version)"
3232
- name: Install dependencies
3333
run: |
34-
python - m pip install --upgrade pip
35-
python -m pip install 'litgpt[all,test,extra]'
34+
python - m pip install litgpt --upgrade pip
3635
python -m pip install .
3736
- name: Test with pytest
3837
run: |

0 commit comments

Comments
 (0)