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 7eefb6b commit 175c6ddCopy full SHA for 175c6dd
.github/workflows/ci.yml
@@ -26,9 +26,9 @@ jobs:
26
# - 'nightly'
27
- '1'
28
os:
29
- - ubuntu-latest
+ # - ubuntu-latest
30
# - macOS-latest
31
- # - windows-latest
+ - windows-latest
32
arch:
33
- x64
34
# - x86
test/distributed_exec.jl
@@ -1945,6 +1945,7 @@ let julia = `$(Base.julia_cmd()) --startup-file=no`; mktempdir() do tmp
1945
end
1946
"""
1947
cmd = setenv(`$(julia) -e $(envcode)`, env)
1948
+ run(cmd)
1949
@test success(cmd)
1950
end end
1951
0 commit comments