File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 20
20
21
21
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITKExamples.git ITKExamples-dashboard
22
22
23
+ # Suppress pip upgrade warning
24
+ export PIP_DISABLE_PIP_VERSION_CHECK=1
23
25
sudo pip3 install ninja
24
26
sudo apt-get update
25
27
sudo apt-get install -y python3-venv
47
49
48
50
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITKExamples.git ITKExamples-dashboard
49
51
52
+ # Suppress pip upgrade warning
53
+ export PIP_DISABLE_PIP_VERSION_CHECK=1
50
54
sudo pip3 install ninja
51
55
52
56
c++ --version
65
69
- script : |
66
70
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITKExamples.git ITKExamples-dashboard
67
71
72
+ # Suppress pip upgrade warning
73
+ set PIP_DISABLE_PIP_VERSION_CHECK=1
68
74
pip3 install ninja
69
75
70
76
cmake --version
You can’t perform that action at this time.
0 commit comments