Skip to content

Commit 370cc76

Browse files
authored
for p in black codespell flake8 ruff; pipx install $p; end
1 parent eda4d48 commit 370cc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- image: cimg/python:3.11
1717
steps:
1818
- checkout
19-
- run: pipx install black codespell flake8 ruff
19+
- run: for p in black codespell flake8 ruff; pipx install $p; end
2020
- run: python --version ; pip --version ; pwd ; ls -l
2121
- run: codespell -L queenland,uint
2222
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)