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 45d88b1 commit 8d766d3Copy full SHA for 8d766d3
.ci/prep_azure.py
@@ -7,7 +7,7 @@
7
8
batches = []
9
10
-if os.uname()[0] == 'Linux':
+if 0 and os.uname()[0] == 'Linux':
11
batches += [
12
[
13
"sudo chown `whoami`: ~",
0 commit comments