Skip to content

Commit

Permalink
Fix CI for Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Feb 20, 2021
1 parent 6cae280 commit e2be2a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install
run: |
pip install .[all]
if [ "${{ matrix.python-version }}" = "3.5" ]; then
pip install "pyglet<1.5"
fi
- name: Flake8
run: |
pip install hacking
Expand Down

0 comments on commit e2be2a3

Please sign in to comment.