forked from s3lph/matemat
CI: Switched to a more recent archlinux base image
This commit is contained in:
parent
9515c521b0
commit
bd30119fe0
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ build_debian:
|
|||
|
||||
build_archlinux:
|
||||
stage: build
|
||||
image: base/devel:latest # Use an archlinux image instead of the customized debian image.
|
||||
image: archlinux/base:latest # Use an archlinux image instead of the customized debian image.
|
||||
script:
|
||||
- pacman -Sy --noconfirm python python-setuptools python-pip python-wheel python-jinja python-pillow python-magic file
|
||||
- export MATEMAT_VERSION=$(python -c 'import matemat; print(matemat.__version__)')
|
||||
|
|
Loading…
Reference in a new issue