Skip to content

Commit

Permalink
Test the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 10, 2024
1 parent 38666cb commit 840c1dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
python3 -m pip install pyroma pytest pytest-cov pytest-timeout
python3 -m pip install https://github.com/hugovk/coveragepy/archive/nedbat/ignore-COVERAGE_CORE-py3.11.zip
pushd depends && ./install_extra_test_images.sh && popd
- name: Build Pillow
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
- name: python3 -m pip install pytest pytest-cov pytest-timeout defusedxml olefile pyroma
run: python3 -m pip install pytest pytest-cov pytest-timeout defusedxml olefile pyroma

- run: python3 -m pip install https://github.com/hugovk/coveragepy/archive/nedbat/ignore-COVERAGE_CORE-py3.11.zip

- name: Install dependencies
id: install
run: |
Expand Down

0 comments on commit 840c1dd

Please sign in to comment.