Remove apt-get update from build.yml

This commit is contained in:
sabaimran 2021-12-11 12:52:13 -05:00 committed by GitHub
parent c7d88a7a63
commit 386534c236
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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