Skip to content

Commit f3dba17

Browse files
committed
Remove incompatible dep on 1.6 CI
1 parent 9904b41 commit f3dba17

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ steps:
1212
agents:
1313
queue: "juliagpu"
1414
cuda: "*"
15+
commands: |
16+
julia --project=test -e '
17+
if VERSION < v"1.6"
18+
using Pkg
19+
Pkg.remove("ReTestItems") # not compatible with 1.6
20+
end'
1521
env:
1622
GROUP: "CUDA" # TODO there are zero tests under this group
1723
if: build.message !~ /\[skip tests\]/

0 commit comments

Comments
 (0)