Skip to content

Commit 038bda9

Browse files
committed
Update python-test.yml
1 parent 62a6a04 commit 038bda9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/python-test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install -e .
29-
pip install pytest numpy
28+
pip install -e ".[dev]"
3029
3130
- name: Run unit tests
3231
env:
@@ -58,8 +57,8 @@ jobs:
5857
- name: Install dependencies
5958
run: |
6059
python -m pip install --upgrade pip
61-
pip install -e .
62-
pip install pytest numpy optillm
60+
pip install -e ".[dev]"
61+
pip install optillm
6362
6463
- name: Start optillm server
6564
run: |

0 commit comments

Comments
 (0)