Skip to content

Commit 82bc961

Browse files
authored
Merge pull request #187 from muupan/fix-pyglet-error
Pin pyglet==1.5.27 in CI to avoid errors
2 parents 7405960 + d321ea1 commit 82bc961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pfnci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ main() {
7575
# pytest does not run with attrs==19.2.0 (https://github.com/pytest-dev/pytest/issues/3280) # NOQA
7676
"${PYTHON}" -m pip install \
7777
'pytest==4.1.1' 'attrs==19.1.0' 'pytest-xdist==1.26.1' \
78-
'gym[atari,classic_control]==0.19.0' 'optuna' 'zipp==1.0.0' 'pybullet==2.8.1' 'jupyterlab==2.1.5' 'traitlets==5.1.1'
78+
'gym[atari,classic_control]==0.19.0' 'optuna' 'zipp==1.0.0' 'pybullet==2.8.1' 'jupyterlab==2.1.5' 'traitlets==5.1.1' 'pyglet==1.5.27'
7979

8080
git config --global user.email "[email protected]"
8181
git config --global user.name "Your Name"

0 commit comments

Comments
 (0)