Skip to content

Commit 4587ba1

Browse files
committed
Update the dependency on Image Processing Toolbox
1) Update the ci.yml file to pull in the Image Processing Toolbox 2) Remove the old release.yml 3) Update the README.md and README.mlx to note the use of Image Processing Toolbox 4) Fix broken internal link in AlgorithmSoln
1 parent 0866dc7 commit 4587ba1

File tree

5 files changed

+59
-162
lines changed

5 files changed

+59
-162
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
uses: matlab-actions/setup-matlab@v2
3939
with:
4040
release: ${{ matrix.MATLABVersion }}
41-
products: # Simulink Statistics_and_Machine_Learning_Toolbox
41+
products: >
42+
Image_Processing_Toolbox
43+
# Simulink Statistics_and_Machine_Learning_Toolbox
4244
# List required products above in the format shown (and uncomment them)
4345
# List of product strings:
4446
# Simulink

.github/workflows/release.yml

-108
This file was deleted.
-57 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)