Skip to content

Commit 5eca336

Browse files
committed
Fix pipeline
1 parent 185224b commit 5eca336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: '3.11'
2323

2424
- name: Install dependencies
25-
run: pip3 install -r requirements.txt
25+
run: pip3 install -r dev-requirements.txt
2626

2727
- name: Lint with black
2828
run: black --line-length 125 . --check

0 commit comments

Comments
 (0)