We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c9d5d commit 30eb2aaCopy full SHA for 30eb2aa
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Install dependencies
52
run: |
53
python -m pip install --upgrade pip
54
- python -m pip install ".[dev]"
+ python -m pip install ".[dev,server]"
55
56
- name: Run tests
57
if: ${{ matrix.coverage != true }}
0 commit comments