Skip to content

Commit 30eb2aa

Browse files
fix ci
1 parent c5c9d5d commit 30eb2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install dependencies
5252
run: |
5353
python -m pip install --upgrade pip
54-
python -m pip install ".[dev]"
54+
python -m pip install ".[dev,server]"
5555
5656
- name: Run tests
5757
if: ${{ matrix.coverage != true }}

0 commit comments

Comments
 (0)