Skip to content

Commit

Permalink
output from libheif's info in a separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Aug 16, 2022
1 parent 4071ad4 commit 147bda4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test-src-build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ jobs:
- name: Installing Pillow-Heif
run: python3 -m pip -v install ".[dev]"

- name: LibHeif info
run: python3 -c "import pillow_heif; print(pillow_heif.libheif_info())"

- name: Perform tests
run: python3 -m pytest -s
run: python3 -m pytest -rs
5 changes: 4 additions & 1 deletion .github/workflows/test-src-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,8 @@ jobs:
cp ${{ env.MSYS2_PREFIX }}/bin/libgcc_s_seh-1.dll $site_packages/
cp ${{ env.MSYS2_PREFIX }}/bin/libstdc++-6.dll $site_packages/
- name: LibHeif info
run: python -c "import pillow_heif; print(pillow_heif.libheif_info())"

- name: Perform tests
run: python -m pytest -s
run: python -m pytest -rs

0 comments on commit 147bda4

Please sign in to comment.