From d54c5451d9ea40979cfe466bd0c356b964ce7925 Mon Sep 17 00:00:00 2001 From: Eric Simmerman Date: Mon, 19 Dec 2022 17:32:21 -0500 Subject: [PATCH] revert form of pip install --- .circleci/config.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0dfb478..cecdf02 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |