Skip to content

Commit

Permalink
test heic files
Browse files Browse the repository at this point in the history
  • Loading branch information
ianare committed May 3, 2023
1 parent 04efa3f commit 02f6762
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
Expand Down Expand Up @@ -51,5 +50,5 @@ jobs:
- name: Compare image processing output
run: |
find exif-samples-master -name *.tiff -o -name *.jpg | sort -f | xargs EXIF.py > exif-samples-master/dump_test
find exif-samples-master -name *.tiff -o -name *.jpg -o -name *.heif | sort -f | xargs EXIF.py > exif-samples-master/dump_test
diff -Z --side-by-side --suppress-common-lines exif-samples-master/dump exif-samples-master/dump_test

0 comments on commit 02f6762

Please sign in to comment.