Skip to content

Commit 18f640d

Browse files
committed
Fix
Signed-off-by: Eric Kerfoot <[email protected]>
1 parent 8908725 commit 18f640d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/build_docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

@@ -56,7 +56,7 @@ jobs:
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/

.github/workflows/cicd_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)