Skip to content

Commit

Permalink
FIX circle CI (mne-tools#5319)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak authored and larsoner committed Jul 5, 2018
1 parent f49022a commit 9d47022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# libgcc_s.so.1 must be installed for pthread_cancel to work
# Aborted
#
- run: pip install --upgrade --no-deps pyqt5>=5.10
- run: pip install --upgrade --no-deps pyqt5==5.10
# Look at what we have and fail early if there is some library conflict
- run: python -c "import mne; mne.sys_info()"
- run: python -c "from mayavi import mlab; import matplotlib.pyplot as plt; mlab.figure(); plt.figure()"
Expand Down

0 comments on commit 9d47022

Please sign in to comment.