File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ pip install numba==0.41.0 llvmlite==0.26.0
1010# PyQt >= 5.12 distributes WebEngine separately
1111pip install pyqtwebengine
1212
13+ pip install git+https://github.com/ales-erjavec/orange-widget-base.git@output-invalidate
14+
1315# Install dependencies sequentially
1416cat requirements-core.txt \
1517 requirements-gui.txt \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ environment:
2020 BUILD_GLOBAL_OPTIONS : build -j1
2121 BUILD_ENV : wheel==0.29.0 pip==9.0.1 numpy==1.13.* -r requirements-doc.txt
2222 # SIP 4.19.4+ with PyQt5==5.9.1+ segfault our tests (GH-2756)
23- TEST_ENV : sip==4.19.6 PyQt5==5.9.2 numpy>=1.16.0 scipy~=1.0.0 scikit-learn pandas==0.21.1 pymssql
23+ TEST_ENV : sip==4.19.6 PyQt5==5.9.2 numpy>=1.16.0 scipy~=1.0.0 scikit-learn pandas==0.21.1 pymssql git+https://github.com/ales-erjavec/orange-widget-base.git@output-invalidate
2424 ORANGE_TEST_DB_URI : ' mssql://sa:Password12!@localhost:1433'
2525
2626 matrix :
@@ -58,10 +58,10 @@ test_script:
5858 - build\.test\Scripts\activate
5959 - cd build\.test
6060 # Pre-populate the test environment
61- - python -m pip install pip~=9.0.1 wheel~=0.29.0
61+ - python -m pip install pip~=19.3 wheel~=0.29.0
6262
6363 - python -m pip install %TEST_ENV_INDEX% %TEST_ENV%
64- - python -m pip install --pre - f ..\..\dist orange3==%VERSION%
64+ - python -m pip install -f ..\..\dist orange3==%VERSION%
6565 - python -m pip list --format=freeze
6666
6767 # Raise OrangeDeprecationWarnings as errors
You can’t perform that action at this time.
0 commit comments