Update build.yml to include exiftool package

This commit is contained in:
sabaimran
2021-12-11 12:50:30 -05:00
committed by GitHub
parent 9536358d34
commit c7d88a7a63

View File

@@ -18,6 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Environment dependencies
run: |
sudo apt-get update
sudo apt-get -q -y install libimage-exiftool-perl
- name: Cache conda
uses: actions/cache@v2
env: