Skip to content

Commit f66fdca

Browse files
Meret Behrensmeretp
authored andcommitted
fix GitHub Action
Signed-off-by: Meret Behrens <[email protected]>
1 parent faba190 commit f66fdca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_codestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Installation
28-
run: pip install ".[codestyle]"
28+
run: pip install ".[code_style]"
2929
- name: Check code with isort
3030
run: |
3131
isort src tests --check

0 commit comments

Comments
 (0)