Skip to content

Commit

Permalink
try fixing travis build
Browse files Browse the repository at this point in the history
it seems that, for whatever reason, the issue described here has resurfaced:
aiidateam#2420 (comment)

It was thought that this could be prevented by adding the
`--no-cache-dir` argument to pip here:
aiidateam#2799

but apparently this fix was fortuituous?
  • Loading branch information
ltalirz committed Jun 5, 2019
1 parent ed40ff7 commit 042deb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ before_install:
install:
# Upgrade pip setuptools and wheel to be able to run the next command
- pip install -U pip==18.1 wheel setuptools coveralls
- pip install numpy==1.15.4
# Install AiiDA with some optional dependencies
- if [ "$TEST_TYPE" == "docs" ]; then pip install --no-cache-dir . && pip install --no-cache-dir -r docs/requirements_for_rtd.txt; else pip install .[all]; fi

Expand Down

0 comments on commit 042deb1

Please sign in to comment.