Skip to content

Commit edf5c6d

Browse files
authored
Update config.yml
1 parent e3abbed commit edf5c6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ 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
2019
- run: python --version ; pip --version ; pwd ; ls -l
20+
- run: pip install black codespell flake8 ruff
2121
- run: codespell -L queenland,uint
2222
# stop the build if there are Python syntax errors or undefined names
2323
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
@@ -26,7 +26,7 @@ jobs:
2626
- run: black . --check
2727

2828

29-
Pytho3:
29+
Python3:
3030
docker:
3131
- image: cimg/python:3.11
3232
steps: *build_and_test_steps
@@ -37,4 +37,4 @@ workflows:
3737
build:
3838
jobs:
3939
- StyleCheck
40-
- Pytho3
40+
- Python3

0 commit comments

Comments
 (0)