We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fab17e commit 94714c2Copy full SHA for 94714c2
.circleci/config.yml
@@ -5,7 +5,7 @@ build_and_test: &build_and_test_steps
5
# Do not use `sudo pip`
6
# pipx is already installed
7
- run: python --version ; pip --version ; pipx --version ; pwd ; ls -l
8
- - run: pipx --list
+ - run: pipx list
9
- run: pytest --version || true
10
- run: ruff --version || true
11
- run: pip install pytest ruff -r requirements.txt
0 commit comments