Skip to content

Commit bc9808a

Browse files
committed
CI: Fix TimespanLogging job
1 parent ea2c533 commit bc9808a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ steps:
7676
version: "1.7"
7777
- JuliaCI/julia-coverage#v1:
7878
codecov: true
79-
command: "julia --project -e 'using Pkg; Pkg.develop(;path=\"lib/TimespanLogging\"); Pkg.test(\"TimespanLogging\")'"
79+
command: "julia --project -e 'using Pkg; Pkg.instantiate(); Pkg.develop(;path=\"lib/TimespanLogging\"); Pkg.test(\"TimespanLogging\")'"
8080
- label: Julia 1.7 - DaggerWebDash
8181
timeout_in_minutes: 60
8282
<<: *test

0 commit comments

Comments
 (0)