Removed unnecessary apt statements (done already in the image)

This commit is contained in:
Sumner Evans
2019-10-29 17:31:52 -06:00
parent 1499bc6bd9
commit db475d4007

View File

@@ -15,8 +15,6 @@ lint:
stage: test
allow_failure: true
before_script:
- apt update
- apt install -y python3-pip libcairo2-dev pkg-config
- pip3 install -r dev-requirements.txt
- pip3 install -e .
script:
@@ -26,8 +24,6 @@ lint:
test:
stage: test
before_script:
- apt update
- apt install -y python3-pip libcairo2-dev pkg-config libgtk-3-dev libmpv-dev libglib2.0-dev gir1.2-notify-0.7
- pip3 install -r dev-requirements.txt
- pip3 install -e .
script:
@@ -39,8 +35,6 @@ test:
build:
stage: build
before_script:
- apt update
- apt install -y python3-pip libcairo2-dev pkg-config
- pip3 install -r dev-requirements.txt
script:
- python3 setup.py sdist