Removed unnecessary apt statements (done already in the image)
This commit is contained in:
@@ -15,8 +15,6 @@ lint:
|
|||||||
stage: test
|
stage: test
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
before_script:
|
before_script:
|
||||||
- apt update
|
|
||||||
- apt install -y python3-pip libcairo2-dev pkg-config
|
|
||||||
- pip3 install -r dev-requirements.txt
|
- pip3 install -r dev-requirements.txt
|
||||||
- pip3 install -e .
|
- pip3 install -e .
|
||||||
script:
|
script:
|
||||||
@@ -26,8 +24,6 @@ lint:
|
|||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
before_script:
|
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 -r dev-requirements.txt
|
||||||
- pip3 install -e .
|
- pip3 install -e .
|
||||||
script:
|
script:
|
||||||
@@ -39,8 +35,6 @@ test:
|
|||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apt update
|
|
||||||
- apt install -y python3-pip libcairo2-dev pkg-config
|
|
||||||
- pip3 install -r dev-requirements.txt
|
- pip3 install -r dev-requirements.txt
|
||||||
script:
|
script:
|
||||||
- python3 setup.py sdist
|
- python3 setup.py sdist
|
||||||
|
Reference in New Issue
Block a user