Skip to content

Commit 66d20e6

Browse files
committed
remove lint and check environments in CI
1 parent d0aae78 commit 66d20e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/QA.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies (and project)
2323
run: |
2424
pip install -U pip
25-
pip install -e .[lint,scripts,test,check]
25+
pip install -e .[qa,scripts,test]
2626
2727
- name: Check Lint and Formatting
2828
run: |

0 commit comments

Comments
 (0)