From 34296031c48240148173124790a2366f9e2aa50b Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Wed, 3 Aug 2022 21:50:20 +0300 Subject: [PATCH] Name test workflow. Check if exiftool is even required for pytests --- .github/workflows/test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8fe63c6e..f444fa78 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,8 +22,8 @@ on: jobs: test: + name: Run Tests runs-on: ubuntu-latest - steps: - uses: actions/checkout@v3 @@ -32,10 +32,6 @@ jobs: with: python-version: '3.10' - - name: Install System Dependencies - shell: bash -l {0} - run: sudo apt-get -y install libimage-exiftool-perl - - name: Install Python Dependencies run: | python -m pip install --upgrade pip