Skip to content

Commit cf29514

Browse files
committed
1 parent dbb689b commit cf29514

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pythonpackage.yml

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Install dependencies and prepare tests
2929
run: |
3030
set -x
31+
sudo rm -rf "/usr/local/share/boost"
32+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
33+
3134
python -m pip install --upgrade pip setuptools wheel
3235
python --version; git --version
3336
git submodule update --init --recursive

0 commit comments

Comments
 (0)