Skip to content

Commit 2bcfe4b

Browse files
add code check flake8
1 parent dea0391 commit 2bcfe4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install uv
27-
uv pip install flake8 flake8-docstrings
27+
uv pip install --system flake8 flake8-docstrings
2828
- name: Lint with flake8 for src
2929
run: |
3030
flake8 src --count --select=E9,F63,F7,F82,D102 --docstring-convention numpy --show-source --statistics --ignore=E501,C901

0 commit comments

Comments
 (0)