Skip to content

Commit

Permalink
Specify attrs version for flexCI
Browse files Browse the repository at this point in the history
  • Loading branch information
muupan committed Oct 18, 2019
1 parent 7f3f280 commit 8289787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pfnci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ main() {

"${PYTHON}" -m pip install /chainerrl
# TODO(chainerrl): Prepare test target instead.
# pytest does not run with attrs==19.2.0 (https://github.com/pytest-dev/pytest/issues/3280) # NOQA
"${PYTHON}" -m pip install \
'pytest==4.1.1' 'pytest-xdist==1.26.1' 'mock' \
'pytest==4.1.1' 'attrs==19.1.0' 'pytest-xdist==1.26.1' 'mock' \
'atari_py==0.1.1' 'opencv-python'

git config --global user.email "you@example.com"
Expand Down

0 comments on commit 8289787

Please sign in to comment.