We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
info
1 parent 4071ad4 commit 147bda4Copy full SHA for 147bda4
.github/workflows/test-src-build-macos.yml
@@ -40,5 +40,8 @@ jobs:
40
- name: Installing Pillow-Heif
41
run: python3 -m pip -v install ".[dev]"
42
43
+ - name: LibHeif info
44
+ run: python3 -c "import pillow_heif; print(pillow_heif.libheif_info())"
45
+
46
- name: Perform tests
- run: python3 -m pytest -s
47
+ run: python3 -m pytest -rs
.github/workflows/test-src-build-windows.yml
@@ -63,5 +63,8 @@ jobs:
63
cp ${{ env.MSYS2_PREFIX }}/bin/libgcc_s_seh-1.dll $site_packages/
64
cp ${{ env.MSYS2_PREFIX }}/bin/libstdc++-6.dll $site_packages/
65
66
67
+ run: python -c "import pillow_heif; print(pillow_heif.libheif_info())"
68
69
- run: python -m pytest -s
70
+ run: python -m pytest -rs
0 commit comments