Skip to content

Commit 604a34d

Browse files
committed
debug matlab install
1 parent 18564fc commit 604a34d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- "1.3"
20+
# "1.3" # Fails with `CXXABI_1.3.13' not found
21+
- "1.6"
2122
- "1"
22-
- "lts"
2323
- "nightly"
2424
os:
2525
- ubuntu-latest

test/runtests.jl

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ is_ci() = lowercase(get(ENV, "CI", "false")) == "true"
1010
# include("mxarray.jl")
1111
# end
1212

13-
# include("engine.jl")
14-
# include("matfile.jl")
15-
# include("matstr.jl")
16-
# include("mxarray.jl")
13+
include("engine.jl")
14+
include("matfile.jl")
15+
include("matstr.jl")
16+
include("mxarray.jl")

0 commit comments

Comments
 (0)