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.
2 parents 2ec75fc + ece81cd commit 13ac291Copy full SHA for 13ac291
.buildkite/pipeline.yml
@@ -204,19 +204,5 @@ steps:
204
artifacts:
205
- benchmarks/result*
206
207
- - label: DTables.jl stability test
208
- timeout_in_minutes: 20
209
- plugins:
210
- - JuliaCI/julia#v1:
211
- version: "1"
212
- env:
213
- JULIA_NUM_THREADS: "4"
214
- agents:
215
- queue: "juliaecosystem"
216
- sandbox_capable: "true"
217
- os: linux
218
- arch: x86_64
219
- command: "git clone https://github.com/JuliaParallel/DTables.jl.git ; julia -t4 -e 'using Pkg; Pkg.activate(\"DTables.jl\"); Pkg.develop(;path=\".\"); Pkg.instantiate(); Pkg.test()'"
220
-
221
# env:
222
# SECRET_CODECOV_TOKEN: ""
0 commit comments