浏览代码

python-setuptools is required on Linux now

default_compile_flags
vector-of-bool 4 年前
父节点
当前提交
b4502486b1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      azure-pipelines.yml

+ 1
- 1
azure-pipelines.yml 查看文件

@@ -38,7 +38,7 @@ stages:
- script: |
set -eu
sudo apt update -y
sudo apt install -y python3-minimal g++-9 ccache
sudo apt install -y python3-minimal python3-setuptools g++-9 ccache
python3 -m pip install pytest pytest-xdist
displayName: Prepare System
- script: make linux-ci

正在加载...
取消
保存