From 69b4390633a48c31b481c2c994971537769f2f09 Mon Sep 17 00:00:00 2001 From: David Manthey Date: Wed, 8 Dec 2021 08:53:55 -0500 Subject: [PATCH] Remove phantomjs preinstall; it is failing. --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a55116601..1dd334781 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,9 +20,9 @@ commands: - run: name: Upgrade virtualenv and tox command: pip install -U virtualenv tox - - run: - name: Preinstall phantomjs to work around an npm permission issue - command: npm install -g phantomjs-prebuilt --unsafe-perm + # - run: + # name: Preinstall phantomjs to work around an npm permission issue + # command: npm install -g phantomjs-prebuilt --unsafe-perm - run: name: Run tests via tox # Piping through cat does less buffering of the output but can