We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185224b commit 5eca336Copy full SHA for 5eca336
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
python-version: '3.11'
23
24
- name: Install dependencies
25
- run: pip3 install -r requirements.txt
+ run: pip3 install -r dev-requirements.txt
26
27
- name: Lint with black
28
run: black --line-length 125 . --check
0 commit comments