Skip to content

Commit 1575f6f

Browse files
authored
Disable JET for now (#191)
1 parent 2e4e25d commit 1575f6f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/codequality.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ using MatrixAlgebraKit
33
using Aqua
44
Aqua.test_all(MatrixAlgebraKit)
55

6-
using JET
7-
JET.test_package(MatrixAlgebraKit; target_defined_modules = true)
6+
# using JET
7+
# JET.test_package(MatrixAlgebraKit; target_defined_modules = true)
8+
# disable for now (see https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/188#pullrequestreview-3953586976)

0 commit comments

Comments
 (0)