Skip to content

Commit

Permalink
Update the dependency on Image Processing Toolbox
Browse files Browse the repository at this point in the history
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
  • Loading branch information
eszmw committed Oct 17, 2024
1 parent 0866dc7 commit 4587ba1
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 162 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
uses: matlab-actions/setup-matlab@v2
with:
release: ${{ matrix.MATLABVersion }}
products: # Simulink Statistics_and_Machine_Learning_Toolbox
products: >
Image_Processing_Toolbox
# Simulink Statistics_and_Machine_Learning_Toolbox
# List required products above in the format shown (and uncomment them)
# List of product strings:
# Simulink
Expand Down
108 changes: 0 additions & 108 deletions .github/workflows/release.yml

This file was deleted.

Binary file modified InstructorResources/Solutions/AlgorithmsSoln.mlx
Binary file not shown.
Loading

0 comments on commit 4587ba1

Please sign in to comment.