Install PyYAML

This commit is contained in:
Michael Droettboom 2018-06-20 17:29:09 -04:00
parent 07b1d17f15
commit a9d9172ab0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
# Set up the Debian testing repo, and then install g++ from there...
sudo bash -c "echo \"deb http://ftp.us.debian.org/debian testing main contrib non-free\" >> /etc/apt/sources.list"
sudo apt-get update
sudo apt-get install node-less cmake build-essential clang-format-6.0 flake8 uglifyjs
sudo apt-get install node-less cmake build-essential clang-format-6.0 flake8 uglifyjs python3-yaml
sudo apt-get install -t testing g++-8
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 60 --slave /usr/bin/g++ g++ /usr/bin/g++-6
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 80 --slave /usr/bin/g++ g++ /usr/bin/g++-8