Skip to content

Commit 5c0d2c4

Browse files
committed
fixing style check
1 parent 1a8fee6 commit 5c0d2c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/teststyle.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ jobs:
2020
- name: Update build tools
2121
run: python -m pip install --upgrade pip setuptools
2222

23-
- name: Install dependencies
24-
run: pip install -r min-requirements.txt
2523
- name: Install Pydra
26-
run: pip install ".[test]"
24+
run: pip install ".[dev]"
2725

2826
- name: Check Style
2927
run: |

0 commit comments

Comments
 (0)