We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0aae78 commit 66d20e6Copy full SHA for 66d20e6
1 file changed
.github/workflows/QA.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies (and project)
23
run: |
24
pip install -U pip
25
- pip install -e .[lint,scripts,test,check]
+ pip install -e .[qa,scripts,test]
26
27
- name: Check Lint and Formatting
28
0 commit comments