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 ec56e19 commit bae44b3Copy full SHA for bae44b3
test/jobs-windows-live.jl
@@ -1,6 +1,6 @@
1
@testset "[LIVE] Windows batch job" begin
2
windows_batch_image = try
3
- JuliaHub.batchimage("winworkstation-batch", "default"; auth)
+ JuliaHub.batchimage("winworkstation-batch"; auth)
4
catch e
5
isa(e, JuliaHub.InvalidRequestError) || rethrow(e)
6
@warn """
0 commit comments