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 1e34820 commit e1ac325Copy full SHA for e1ac325
.circleci/config.yml
@@ -2,10 +2,10 @@ version: 2.0
2
3
build_and_test: &build_and_test_steps
4
- checkout
5
- - pip --version || true
6
- - pip3 --version || true
7
- - python --version || true
8
- - python3 --version || true
+ - run: pip --version || true
+ - run: pip3 --version || true
+ - run: python --version || true
+ - run: python3 --version || true
9
- run: sudo python -m pip install --upgrade pip
10
- run: sudo pip install pytest -r requirements.txt
11
- run: pip install --user .
0 commit comments