summaryrefslogtreecommitdiff
path: root/asv/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'asv/build.sh')
-rw-r--r--asv/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/asv/build.sh b/asv/build.sh
index 5033d2f..aa65ff4 100644
--- a/asv/build.sh
+++ b/asv/build.sh
@@ -1,3 +1,3 @@
pip install --force sphinx_bootstrap_theme
-$PYTHON setup.py install \ No newline at end of file
+$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv