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 f76d4e6 commit 815933aCopy full SHA for 815933a
.github/workflows/python.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- python3 -m pip install -e '.[test]'
+ python3 -m pip install -e '.[dev]'
27
- name: Lint with ruff
28
run: ruff .
29
- name: Check formatting with black
0 commit comments