Skip to content

Commit

Permalink
FIX: Make sure there is no versioneer installed before testing sdist …
Browse files Browse the repository at this point in the history
…distribution [skip ci]
  • Loading branch information
oesteban committed Jul 23, 2019
1 parent 6a7fd3b commit c56e2fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
virtualenv --python=python build
source build/bin/activate
pip install --upgrade "pip>=19.1" numpy
pip uninstall -y versioneer
echo "${CIRCLE_TAG:-$THISVERSION}" > sdcflows/VERSION
python setup.py sdist
- store_artifacts:
Expand All @@ -126,6 +127,7 @@ jobs:
virtualenv --python=python sdist
source sdist/bin/activate
pip install --upgrade "pip>=19.1" numpy
pip uninstall -y versioneer
pip install dist/sdcflows*.tar.gz
which sdcflows | grep sdist\\/bin
INSTALLED_VERSION=$(sdcflows --version)
Expand Down

0 comments on commit c56e2fd

Please sign in to comment.