Skip to content

Commit

Permalink
Update ExifTool
Browse files Browse the repository at this point in the history
  • Loading branch information
croqaz committed May 16, 2023
1 parent 03491a8 commit fde62ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Install dependencies
run: |
(wget -O- https://exiftool.org/Image-ExifTool-12.49.tar.gz | tar -xz --transform 's!^[^/]*!ExifTool!' && cd ExifTool && sudo cp -r exiftool lib /usr/local/bin)
(wget -O- https://exiftool.org/Image-ExifTool-12.60.tar.gz | tar -xz --transform 's!^[^/]*!ExifTool!' && cd ExifTool && sudo cp -r exiftool lib /usr/local/bin)
curl -sSL https://install.python-poetry.org | python -
poetry install
poetry run python -m mypy --install-types --non-interactive
Expand Down

0 comments on commit fde62ee

Please # to comment.