Skip to content

Commit

Permalink
Merge pull request AIM-Harvard#199 from Radiomics/unlink-venv-only-wh…
Browse files Browse the repository at this point in the history
…en-needed

ci: circleci: Do not fail if venv symlink is nonexistent
  • Loading branch information
jcfr authored Feb 15, 2017
2 parents 84dc727 + 0c839bf commit 27ba946
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ dependencies:

test:
override:
- unlink venv # Workaround https://github.com/pypa/setuptools/pull/971
# Workaround https://github.com/pypa/setuptools/pull/971
- (unlink venv > /dev/null 2>&1 && echo "symlink removed") || echo "no symlink"

- circleci-matrix:
parallel: true

0 comments on commit 27ba946

Please sign in to comment.