Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
APT assume YES but do not upgrade packages - not necessary
  • Loading branch information
Javinator9889 committed Sep 22, 2019
1 parent ddd2963 commit fc78cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -18,7 +18,7 @@ cache:

before_script:
- python -V # Print out python version for debugging
- apt update && apt upgrade -y
- apt update
- apt install -y libchromaprint-tools --install-recommends

test:pylint:
Expand Down

0 comments on commit fc78cc4

Please sign in to comment.