Skip to content

Commit

Permalink
revert form of pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
ets committed Dec 19, 2022
1 parent f8bd7f5 commit d54c545
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@ jobs:
executor: python/default
steps:
- checkout
- python/install-packages:
pkg-manager: pip
- python/install-packages:
args: pytest
pkg-manager: pip
pypi-cache: false
- run:
command: |
sudo python setup.py install
sudo pip install pytest
name: Install Dependencies
- run:
command: |
Expand Down

0 comments on commit d54c545

Please sign in to comment.