deploy: gerbowebg/cairoffi issue workaround
This commit is contained in:
parent
9b8d653d72
commit
6408f5a15c
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@
|
||||||
- name: Install packages into gerbolyze container
|
- name: Install packages into gerbolyze container
|
||||||
shell: arch-chroot "{{gerboweb_root}}" pacman -Syu --noconfirm python3 opencv hdf5 gtk3 python-numpy python-pip imagemagick unzip zip
|
shell: arch-chroot "{{gerboweb_root}}" pacman -Syu --noconfirm python3 opencv hdf5 gtk3 python-numpy python-pip imagemagick unzip zip
|
||||||
|
|
||||||
|
- name: Workaround for cairoffi problem
|
||||||
|
shell: arch-chroot "{{gerboweb_root}}" pip install -U --upgrade-strategy=eager wheel
|
||||||
|
|
||||||
# TODO maybe install directly from local git checkout?
|
# TODO maybe install directly from local git checkout?
|
||||||
- name: Install gerbolyze
|
- name: Install gerbolyze
|
||||||
shell: arch-chroot "{{gerboweb_root}}" pip install -U --upgrade-strategy=eager gerbolyze
|
shell: arch-chroot "{{gerboweb_root}}" pip install -U --upgrade-strategy=eager gerbolyze
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue