Skip to content

Commit bd12080

Browse files
committed
Update test.yml
1 parent 5adfaac commit bd12080

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
python -m pip install --upgrade pip
3535
pip install -r requirements.txt
3636
pip install -r tests/requirements.txt
37+
pip install -e .
3738
3839
- name: Run unit tests (no server required)
3940
run: |
@@ -77,6 +78,7 @@ jobs:
7778
python -m pip install --upgrade pip
7879
pip install -r requirements.txt
7980
pip install -r tests/requirements.txt
81+
pip install -e .
8082
8183
- name: Start optillm server
8284
run: |

0 commit comments

Comments
 (0)