Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Jun 19, 2019
1 parent 6282d02 commit 5829b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/install_orange.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if [ ${ORANGE_INSTALL} == "source" ];
then
echo "Orange install for source"
pip install --no-deps https://github.com/biolab/orange3/archive/c57f851170f01c724a7f71df4d3b35364fb451e6.zip
pip install --no-deps https://github.com/PrimozGodec/orange3/archive/test-tsne-import.zip
else
echo "Orange install for conda"
conda install orange3
Expand Down

0 comments on commit 5829b2a

Please sign in to comment.