Skip to content

Commit 4bd4208

Browse files
committed
COMP: Run apt-get update in Linux Azure build
To address missing packages in python3-venv install.
1 parent febab1f commit 4bd4208

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utilities/Testing/azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITKExamples.git ITKExamples-dashboard
1717
1818
sudo pip3 install ninja
19+
sudo apt-get update
1920
sudo apt-get install -y python3-venv
2021
2122
c++ --version

0 commit comments

Comments
 (0)