Skip to content

Commit e6b4436

Browse files
committed
ci: add pillow to requirements
1 parent d3c8ff5 commit e6b4436

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v2
2525
- name: Install dependencies
2626
run: |
27-
pip install --upgrade pip setuptools rich wheel requests
27+
pip install --upgrade pip setuptools rich wheel requests pillow
2828
- name: Build wheel
2929
run: |
3030
python setup.py ${{ matrix.dist }}

.github/workflows/linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
uses: actions/checkout@v2
1919
- name: Install dependencies
2020
run: |
21-
/opt/python/cp39-cp39/bin/pip install --upgrade pip setuptools rich wheel requests
22-
/opt/python/cp310-cp310/bin/pip install --upgrade pip setuptools rich wheel requests
23-
/opt/python/cp311-cp311/bin/pip install --upgrade pip setuptools rich wheel requests
24-
/opt/python/cp312-cp312/bin/pip install --upgrade pip setuptools rich wheel requests
21+
/opt/python/cp39-cp39/bin/pip install --upgrade pip setuptools rich wheel requests pillow
22+
/opt/python/cp310-cp310/bin/pip install --upgrade pip setuptools rich wheel requests pillow
23+
/opt/python/cp311-cp311/bin/pip install --upgrade pip setuptools rich wheel requests pillow
24+
/opt/python/cp312-cp312/bin/pip install --upgrade pip setuptools rich wheel requests pillow
2525
- name: Build wheel
2626
run: |
2727
/opt/python/cp39-cp39/bin/python setup.py bdist_wheel

0 commit comments

Comments
 (0)