Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed May 17, 2022
1 parent 0295e3a commit b3c38a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
steps:
- label: "GPU"
- label: "LinearSolveCUDA"
plugins:
- JuliaCI/julia#v1:
version: "1"
Expand All @@ -9,7 +9,7 @@ steps:
queue: "juliagpu"
cuda: "*"
env:
GROUP: 'GPU'
GROUP: 'LinearSolveCUDA'
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts
# SECRET_CODECOV_TOKEN: "..."
timeout_in_minutes: 30
Expand Down
2 changes: 1 addition & 1 deletion lib/LinearSolvePardiso/src/LinearSolvePardiso.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module LinearSolvePardiso

using LinearSolve, SciMLBase
using Pardiso, LinearSolve, SciMLBase

Base.@kwdef struct PardisoJL <: SciMLBase.SciMLLinearSolveAlgorithm
nprocs::Union{Int,Nothing} = nothing
Expand Down

0 comments on commit b3c38a3

Please sign in to comment.