Skip to content

Commit 3a25e81

Browse files
committed
debug matlab install
1 parent 2e5a239 commit 3a25e81

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Diff for: .github/workflows/CI.yml

-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@ jobs:
3636
run: |
3737
echo "Checking MATLAB installation"
3838
ls /opt/hostedtoolcache/MATLAB/2024.2.999/x64
39-
matlab -batch "disp('Hello, MATLAB!'); exit"
4039
- uses: julia-actions/julia-buildpkg@latest
4140
- uses: julia-actions/julia-runtest@latest

Diff for: 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)