Skip to content
Snippets Groups Projects
Commit a88cefa1 authored by tuhe's avatar tuhe
Browse files

CI/CD

parent 11663cac
Branches
No related tags found
No related merge requests found
Pipeline #7453 failed
image: python:3.9-buster
image: ubuntu:22.04
stages:
# - pull
......@@ -75,8 +75,8 @@ stages:
- apt-get install -y software-properties-common
- apt-get -y update
- add-apt-repository universe
- sed -i "/^# deb.*multiverse/ s/^# //" /etc/apt/sources.list
- sed -i "/^# deb.*universe/ s/^# //" /etc/apt/sources.list
# - sed -i "/^# deb.*multiverse/ s/^# //" /etc/apt/sources.list
# - sed -i "/^# deb.*universe/ s/^# //" /etc/apt/sources.list
- add-apt-repository ppa:inkscape.dev/stable
- apt install -y inkscape
- pip install -U Pillow
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment