Skip to content

Commit 175c6dd

Browse files
committed
fixup! Use LibSSH.jl to set up an SSH server for the SSHManager tests
1 parent 7eefb6b commit 175c6dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
# - 'nightly'
2727
- '1'
2828
os:
29-
- ubuntu-latest
29+
# - ubuntu-latest
3030
# - macOS-latest
31-
# - windows-latest
31+
- windows-latest
3232
arch:
3333
- x64
3434
# - x86

test/distributed_exec.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1945,6 +1945,7 @@ let julia = `$(Base.julia_cmd()) --startup-file=no`; mktempdir() do tmp
19451945
end
19461946
"""
19471947
cmd = setenv(`$(julia) -e $(envcode)`, env)
1948+
run(cmd)
19481949
@test success(cmd)
19491950
end end
19501951

0 commit comments

Comments
 (0)