Skip to content

Commit 2e46305

Browse files
committed
More AppVeyor tinkering to get hdbscan installed
The re-install hopefully upgrades versions tox-dev/tox#791
1 parent 8958d6c commit 2e46305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ init:
1515
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
1616

1717
install:
18-
- "%PYTHON%/Scripts/pip.exe install tox codecov cython"
18+
- "%PYTHON%/Scripts/pip.exe install --force-reinstall tox codecov"
1919

2020
test_script:
2121
- "%PYTHON%/Scripts/tox"

0 commit comments

Comments
 (0)