We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58abf6a commit 6db0489Copy full SHA for 6db0489
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- pip install setuptools wheel pytest pyright
+ pip install -r requirements-dev.txt
30
pip install -e .
31
32
- name: Run tests
0 commit comments