mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
Install OS dependencies without checking version number
This commit is contained in:
parent
cf8f8b1743
commit
707c9910ab
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -34,12 +34,12 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Install Linux dependencies
|
||||
if: matrix.os == 'ubuntu-18.04'
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
run: |
|
||||
.travis/install.sh
|
||||
|
||||
- name: Install macOS dependencies
|
||||
if: matrix.os == 'macOS-10.14'
|
||||
if: startsWith(matrix.os, 'macOS')
|
||||
run: |
|
||||
.github/workflows/macos-install.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user