Skip to content

Commit 6b451cf

Browse files
author
Hugo Osvaldo Barrera
committed
Run CI with Pillow too
1 parent 7bcb56c commit 6b451cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
matrix:
1010
os: [ubuntu-18.04, macOS-10.14]
1111
python: [ '3.5', '3.6', '3.7' ]
12-
name: python${{ matrix.python }} on ${{ matrix.os }}
12+
extras: [ "", "[images]" ]
13+
name: python${{ matrix.python }} on ${{ matrix.os }} ${{ matrix.extras }}
1314
steps:
1415
- uses: actions/checkout@master
1516
- uses: actions/setup-python@v1
@@ -20,6 +21,7 @@ jobs:
2021
run: |
2122
pip install --upgrade --no-cache-dir pipenv
2223
pipenv install --dev
24+
pipenv install .${{ matrix.extras }}
2325
- name: Run tests
2426
run: pipenv run pytest
2527
- name: Report coverage

0 commit comments

Comments
 (0)