Skip to content

Commit 94714c2

Browse files
authored
Update config.yml
1 parent 1fab17e commit 94714c2

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
@@ -5,7 +5,7 @@ build_and_test: &build_and_test_steps
55
# Do not use `sudo pip`
66
# pipx is already installed
77
- run: python --version ; pip --version ; pipx --version ; pwd ; ls -l
8-
- run: pipx --list
8+
- run: pipx list
99
- run: pytest --version || true
1010
- run: ruff --version || true
1111
- run: pip install pytest ruff -r requirements.txt

0 commit comments

Comments
 (0)