Skip to content

Commit

Permalink
fix circleci build
Browse files Browse the repository at this point in the history
  • Loading branch information
nschloe committed Apr 28, 2020
1 parent 3fd6067 commit 14a40f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- run: apt-get install -y git python3-pip python3-vtk7
- run: pip3 install -U pytest pytest-cov excode
- checkout
# install
# install; need a new pip
- run: pip3 install pip -U --force
- run: pip3 install -r test_requirements.txt
- run: pip3 install .[all]
# The tests
Expand Down

0 comments on commit 14a40f8

Please sign in to comment.