Skip to content

update method for grabbing creation_date to accomodate heif/heic files #49

update method for grabbing creation_date to accomodate heif/heic files

update method for grabbing creation_date to accomodate heif/heic files #49

Workflow file for this run

name: pytest
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pipenv'
- name: Install pipenv
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
- run: pipenv install --dev
- name: Unit tests
working-directory: ./tests
run: pipenv run pytest test_unit.py
- name: Integration tests
working-directory: ./tests
run: pipenv run pytest test_integration.py