File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626 - name : Clean unused tools
2727 run : |
2828 find /opt/hostedtoolcache/* -maxdepth 0 ! -name 'Python' -exec rm -rf {} \;
29- rm -rf /usr/share/dotnet
30- rm -rf /usr/local/lib/android
31- rm -rf /opt/ghc /usr/local/.ghcup
32- docker system prune -f
29+ sudo rm -rf /usr/share/dotnet
30+ sudo rm -rf /usr/local/lib/android
31+ sudo rm -rf /opt/ghc /usr/local/.ghcup
32+ sudo docker system prune -f
3333
3434 - uses : actions/checkout@v5
3535
5656 run : |
5757 python -m pip install --upgrade pip wheel
5858 python -m pip install -r docs/requirements.txt
59-
59+
6060 - name : Make html
6161 run : |
6262 cd docs/
Original file line number Diff line number Diff line change @@ -298,4 +298,3 @@ jobs:
298298 python -m unittest -v
299299 env :
300300 PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION : python # https://github.com/Project-MONAI/MONAI/issues/4354
301-
You can’t perform that action at this time.
0 commit comments