Skip to content

Commit

Permalink
Cirrus CI: Need to run apt-get update to install APT packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Aug 7, 2021
1 parent 40566c6 commit 15915db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ task:
# GNU `time` is required by ShellLrms during initialization, hence even
# for testing. The `python` official Docker image is built on top of
# Debian, so use `apt` to install it.
apt-get update
apt-get install -y time
install_script: |
pip install -e '.[daemon,ec2,openstack,optimizer]'
Expand Down

0 comments on commit 15915db

Please sign in to comment.