Skip to content

Commit 0810cb9

Browse files
committed
fix(ci): one more
1 parent 40d329b commit 0810cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cache: "pip"
4545

4646
- name: Install dependencies
47-
run: pip install .[validation,test]
47+
run: pip install .[validation] -r requirements-dev.txt
4848

4949
- name: Execute test suite
5050
run: ./scripts/test

0 commit comments

Comments
 (0)