Skip to content

Commit

Permalink
Quiet apt-get in Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
aloisklink authored Nov 1, 2019
1 parent df04cea commit 3eeca6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythontest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
python -m pip install --upgrade poetry
python -m poetry install
sudo apt-get update && sudo apt-get install libimage-exiftool-perl -y
sudo apt-get update -qq && sudo apt-get install -qq libimage-exiftool-perl
- name: Lint with flake8
run: |
python -m poetry run flake8 tests/ flirextractor/ --statistics
Expand Down

0 comments on commit 3eeca6b

Please sign in to comment.