Name test workflow. Check if exiftool is even required for pytests

This commit is contained in:
Debanjum Singh Solanky 2022-08-03 21:50:20 +03:00
parent 92016eb49c
commit 34296031c4

View file

@ -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