We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d329b commit 0810cb9Copy full SHA for 0810cb9
.github/workflows/continuous-integration.yml
@@ -44,7 +44,7 @@ jobs:
44
cache: "pip"
45
46
- name: Install dependencies
47
- run: pip install .[validation,test]
+ run: pip install .[validation] -r requirements-dev.txt
48
49
- name: Execute test suite
50
run: ./scripts/test
0 commit comments