Skip to content

Commit

Permalink
Remove incompatible dep on 1.6 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ToucheSir committed Dec 11, 2023
1 parent 9904b41 commit 61abd23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ steps:
agents:
queue: "juliagpu"
cuda: "*"
commands: |
julia --project=test -e '
if VERSION < v"1.7"
using Pkg
Pkg.rm("ReTestItems") # not compatible with 1.6
end'
env:
GROUP: "CUDA" # TODO there are zero tests under this group
if: build.message !~ /\[skip tests\]/
Expand Down

0 comments on commit 61abd23

Please sign in to comment.