MATRIX_OS no longer needed

This commit is contained in:
Andrew Murray 2020-01-20 06:21:19 +11:00
parent 1d0c63e523
commit 04262913a2
2 changed files with 0 additions and 4 deletions

View File

@ -368,8 +368,6 @@ jobs:
if: success()
run: |
.ci/after_success.sh
env:
MATRIX_OS: ${{ matrix.os }}
shell: pwsh
- name: Prepare coverage token

View File

@ -87,8 +87,6 @@ jobs:
if: success()
run: |
.ci/after_success.sh
env:
MATRIX_OS: ${{ matrix.os }}
- name: Prepare coverage token
if: success() && github.repository == 'python-pillow/Pillow'