Skip to content

Commit a04e699

Browse files
committed
ENH: Suppress false warnings for CI
pip ugrade warnings showed up on the dashboard These are not relevant, and need to be suppressed.
1 parent b646884 commit a04e699

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Utilities/Testing/azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
2121
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITKExamples.git ITKExamples-dashboard
2222
23+
# Suppress pip upgrade warning
24+
export PIP_DISABLE_PIP_VERSION_CHECK=1
2325
sudo pip3 install ninja
2426
sudo apt-get update
2527
sudo apt-get install -y python3-venv
@@ -47,6 +49,8 @@ jobs:
4749
4850
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITKExamples.git ITKExamples-dashboard
4951
52+
# Suppress pip upgrade warning
53+
export PIP_DISABLE_PIP_VERSION_CHECK=1
5054
sudo pip3 install ninja
5155
5256
c++ --version
@@ -65,6 +69,8 @@ jobs:
6569
- script: |
6670
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITKExamples.git ITKExamples-dashboard
6771
72+
# Suppress pip upgrade warning
73+
set PIP_DISABLE_PIP_VERSION_CHECK=1
6874
pip3 install ninja
6975
7076
cmake --version

0 commit comments

Comments
 (0)