Skip to content

Commit f8cc24d

Browse files
Update ci.yml
1 parent 7faf412 commit f8cc24d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Install dependencies
3232
run: |
33-
pip install pre-commit
33+
pip install -r requirements_test.txt
3434
pip install -e .
3535
3636
- name: Run all linters via pre-commit

0 commit comments

Comments
 (0)