Skip to content

Commit

Permalink
FIX: Bad Pyglet version
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Apr 27, 2021
1 parent 606e909 commit 8baf53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
addToPath: true
- powershell: |
pip install --upgrade numpy scipy vtk
pip install -q numpy scipy matplotlib coverage setuptools h5py pandas pytest pytest-cov pytest-timeout pytest-xdist codecov "pyglet!=1.5.15" pyglet-ffmpeg mne tdtpy joblib numpydoc pillow
pip install -q numpy scipy matplotlib coverage setuptools h5py pandas pytest pytest-cov pytest-timeout pytest-xdist codecov "pyglet!=1.5.16" pyglet-ffmpeg mne tdtpy joblib numpydoc pillow
python -c "import mne; mne.sys_info()"
python -c "import matplotlib.pyplot as plt"
python -c "import pyglet; print(pyglet.version)"
Expand Down

0 comments on commit 8baf53a

Please sign in to comment.