Skip to content

Commit

Permalink
Merge pull request #719 from girder/remove-phantomjs-preinstall
Browse files Browse the repository at this point in the history
Remove phantomjs preinstall; it is failing.
  • Loading branch information
manthey authored Dec 8, 2021
2 parents a046c7c + 69b4390 commit c87fb16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c87fb16

Please sign in to comment.