Skip to content

Commit e3abbed

Browse files
authored
Update config.yml
1 parent 3b64523 commit e3abbed

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: for pkg in "black codespell flake8 ruff"; do pipx install $pkg; done
19+
- run: for pkg in "black codespell flake8 ruff"; do; pipx install $pkg; done
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)