Commit 74d49523 authored by nanahira's avatar nanahira

fix setuptools

parent 503fb2b9
Pipeline #14126 canceled with stage
in 44 seconds
......@@ -11,7 +11,7 @@ variables:
- linux
image: debian:buster
script:
- apt update && apt -y install python3-pip tar wget || dnf -y install python3-pip tar wget || yum -y install python3-pip tar wget
- apt update && apt -y install python3-pip tar wget || dnf -y install python3-pip tar wget || yum -y install python3-pip python3-setuptools tar wget
- pip3 install -U ansible==2.9 jinja2==3.0 -i https://mirrors.aliyun.com/pypi/simple/
- ansible --version
- wget -O - https://minio.mycard.moe:9000/nanahira/mitogen-0.2.9.tar.gz | tar zxvf -
......
......@@ -33,3 +33,4 @@ laptop: false
extra_params: []
nfs: false
docker_root: /var/lib/docker
testing: false
......@@ -15,6 +15,7 @@
allow_password: false
vm_agents_status: present
china_mirror_omf: true
testing: true
hosts:
localhost:
ansible_connection: local
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment