Skip to content

Commit 042e8db

Browse files
committed
💚 erf
1 parent f76e3dc commit 042e8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
path: ~/.cache/pre-commit
4444
key: pre-commit-${{ runner.os }}-${{ env.PY }}-${{ hashFiles('.pre-commit-config.yaml') }}
4545
- name: Install dependencies
46-
run: poetry install --with dev
46+
run: poetry install --with dev --all-extras
4747
- name: Run pre-commit hooks
4848
run: poetry run pre-commit run
4949
- name: Lint with flake8

0 commit comments

Comments
 (0)