We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd02d9f commit 50598ceCopy full SHA for 50598ce
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
python-version: 3.12
19
20
- name: Install Dependencies
21
- run: pip install -e .[dev,server]
+ run: pip install -e . -r dev-requirements.txt
22
23
- name: Test with pytest
24
run: |
0 commit comments