Skip to content

Commit

Permalink
Merge pull request #8187 from ccordoba12/fix-appveyor
Browse files Browse the repository at this point in the history
PR: Don't install qtconsole from git on Appveyor because it's generating errors
  • Loading branch information
ccordoba12 authored Nov 1, 2018
2 parents 47c0020 + c3d934c commit b429b93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ install:
- "powershell ci-helpers/appveyor/install-miniconda.ps1"
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "activate test"
# Install qtpy and qtconsole from Github
# Install qtpy from Github
- "pip install git+https://github.com/spyder-ide/qtpy.git"
- "conda remove -q -y qtconsole"
- "pip install git+https://github.com/jupyter/qtconsole.git"
# Fix problems with latest pyqt
- "conda install pyqt=5.6*"
# Reinstall Matplotlib in case it had been removed
Expand Down

0 comments on commit b429b93

Please sign in to comment.