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 ea2c533 commit bc9808aCopy full SHA for bc9808a
.buildkite/pipeline.yml
@@ -76,7 +76,7 @@ steps:
76
version: "1.7"
77
- JuliaCI/julia-coverage#v1:
78
codecov: true
79
- command: "julia --project -e 'using Pkg; Pkg.develop(;path=\"lib/TimespanLogging\"); Pkg.test(\"TimespanLogging\")'"
+ command: "julia --project -e 'using Pkg; Pkg.instantiate(); Pkg.develop(;path=\"lib/TimespanLogging\"); Pkg.test(\"TimespanLogging\")'"
80
- label: Julia 1.7 - DaggerWebDash
81
timeout_in_minutes: 60
82
<<: *test
0 commit comments