Skip to content

Commit 8d766d3

Browse files
committed
issue #587: disable SSH key setup, it breaks unit tests
1 parent 45d88b1 commit 8d766d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/prep_azure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
batches = []
99

10-
if os.uname()[0] == 'Linux':
10+
if 0 and os.uname()[0] == 'Linux':
1111
batches += [
1212
[
1313
"sudo chown `whoami`: ~",

0 commit comments

Comments
 (0)