mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-02-06 14:14:23 +01:00
Don't try to uninstall packages on Travis
This commit is contained in:
parent
ff3731ec05
commit
739a41210d
@ -41,7 +41,7 @@ fi
|
|||||||
echo "$TRAVIS_BRANCH" | grep -qvE "^[0-9.]+$" && exit 0; :;
|
echo "$TRAVIS_BRANCH" | grep -qvE "^[0-9.]+$" && exit 0; :;
|
||||||
|
|
||||||
# Install dependencies for release build
|
# Install dependencies for release build
|
||||||
pip install wheel twine
|
pip install --ignore-installed wheel twine
|
||||||
|
|
||||||
# Build and install theme and Docker image
|
# Build and install theme and Docker image
|
||||||
python setup.py build sdist bdist_wheel --universal
|
python setup.py build sdist bdist_wheel --universal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user