Skip to content

Commit

Permalink
Updated files with 'repo_helper'.
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Jan 22, 2021
1 parent 33045ba commit f79968e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,17 @@ jobs:
with:
python-version: "3.6"

- name: Install dependencies 🔧
- name: Install dependencies (Linux) 🔧
if: ${{ matrix.os == 'ubuntu-20.04' }}
run: |
sudo apt install libimage-exiftool-perl
python -VV
python -m site
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade tox virtualenv
- name: Install dependencies (Win/mac) 🔧
if: ${{ matrix.os != 'ubuntu-20.04' }}
run: |
python -VV
python -m site
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python_ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:

- name: Install dependencies 🔧
run: |
sudo apt install libimage-exiftool-perl
python -VV
python -m site
python -m pip install --upgrade pip setuptools wheel
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ platforms:
- Windows

travis_extra_install_pre:
- sudo apt install libimage-exiftool-perl
- sudo apt install libimage-exiftool-perl

0 comments on commit f79968e

Please sign in to comment.