Skip to content

Commit 1cbe73b

Browse files
remove einsum from github workflow tests
1 parent dae01f4 commit 1cbe73b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/javaTests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ jobs:
8585
"**.functions.unary.scalar.**,**.functions.updateinplace.**,**.functions.vect.**",
8686
"**.functions.reorg.**,**.functions.rewrite.**,**.functions.ternary.**",
8787
"**.functions.transform.**","**.functions.unique.**",
88-
"**.functions.unary.matrix.**,**.functions.linearization.**,**.functions.jmlc.**",
89-
"**.functions.einsum.**",
88+
"**.functions.unary.matrix.**,**.functions.linearization.**,**.functions.jmlc.**"
9089
]
9190
name: ${{ matrix.tests }}
9291
steps:

0 commit comments

Comments
 (0)