Просмотр исходного кода

python-setuptools is required on Linux now

default_compile_flags
vector-of-bool 5 лет назад
Родитель
Сommit
b4502486b1
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      azure-pipelines.yml

+ 1
- 1
azure-pipelines.yml Просмотреть файл

- script: | - script: |
set -eu set -eu
sudo apt update -y 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 python3 -m pip install pytest pytest-xdist
displayName: Prepare System displayName: Prepare System
- script: make linux-ci - script: make linux-ci

Загрузка…
Отмена
Сохранить