Skip to content

Commit 40d329b

Browse files
committed
fix(ci): some leftover test extras
1 parent 75d9c43 commit 40d329b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
cache: "pip"
6666

6767
- name: Install with dependencies
68-
run: pip install .[validation,test]
68+
run: pip install .[validation] -r requirements-dev.txt
6969

7070
- name: Run coverage with orjson
7171
run: pytest tests --cov
@@ -130,7 +130,7 @@ jobs:
130130
python-version: "3.10"
131131

132132
- name: Install
133-
run: pip install .[validation,test]
133+
run: pip install .[validation] -r requirements-dev.txt
134134

135135
- name: Uninstall orjson
136136
run: pip uninstall -y orjson

0 commit comments

Comments
 (0)