We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a6a04 commit 038bda9Copy full SHA for 038bda9
1 file changed
.github/workflows/python-test.yml
@@ -25,8 +25,7 @@ jobs:
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
28
- pip install -e .
29
- pip install pytest numpy
+ pip install -e ".[dev]"
30
31
- name: Run unit tests
32
env:
@@ -58,8 +57,8 @@ jobs:
58
57
59
60
61
62
- pip install pytest numpy optillm
+ pip install optillm
63
64
- name: Start optillm server
65
0 commit comments