We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb689b commit cf29514Copy full SHA for cf29514
.github/workflows/pythonpackage.yml
@@ -28,6 +28,9 @@ jobs:
28
- name: Install dependencies and prepare tests
29
run: |
30
set -x
31
+ sudo rm -rf "/usr/local/share/boost"
32
+ sudo rm -rf "$AGENT_TOOLSDIRECTORY"
33
+
34
python -m pip install --upgrade pip setuptools wheel
35
python --version; git --version
36
git submodule update --init --recursive
0 commit comments