We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5680241 commit 82667f4Copy full SHA for 82667f4
.github/workflows/bat.yml
@@ -93,11 +93,13 @@ jobs:
93
release: ${{ matrix.release }}
94
products: ${{ matrix.products }}
95
- name: Install additional products
96
+ if: matrix.os != 'windows-latest'
97
uses: ./
98
with:
99
100
products: Image_Processing_Toolbox
101
- name: Check additional product was installed
102
103
uses: matlab-actions/run-command@v2
104
105
command: assert(any(strcmp({ver().Name},'Image Processing Toolbox')))
0 commit comments