Closed pllim closed 5 years ago
Try putting a apt-get update
right before your apt-get install
call
EDIT: Like...
- script: |
sudo apt-get update
sudo apt-get install libxml2-utils
python -m pip install --upgrade pip setuptools
pip install numpy astropy pytest pytest-astropy
python setup.py test
displayName: 'Run tests'
Azure failure reported upstream at https://developercommunity.visualstudio.com/content/problem/726580/sudo-apt-get-install-libxml2-utils-failed-on-ubunt.html