Skip to content

Commit 6db0489

Browse files
committed
install dev requirements in ci
1 parent 58abf6a commit 6db0489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install setuptools wheel pytest pyright
29+
pip install -r requirements-dev.txt
3030
pip install -e .
3131
3232
- name: Run tests

0 commit comments

Comments
 (0)