-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Former-commit-id: 259e9bb96cf49d871932d9a711cc96736ad76378
- Loading branch information
1 parent
ea26102
commit df1d3bb
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule .development
updated
673 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
matlab: [latest] | ||
solver: [newuoa, cobyla, lincoa, bobyqa, uobyqa] | ||
dim: [small, big, large] | ||
version: [220208, 220227, 220513, 220531,220601,220616,220819,220926,221105,221128,230108,230305,230430,230509,230614] | ||
version: [220208, 220227, 220513, 220531,220601,220616,220819,220926,221105,221128,230108,230305,230430,230509,230614,230804] | ||
exclude: | ||
- solver: lincoa | ||
dim: large # very few problems but takes too much time to run | ||
|
@@ -53,7 +53,7 @@ jobs: | |
id: check_matlab | ||
run: if type 'matlab' &> /dev/null ; then echo "::set-output name=has_matlab::true" ; fi | ||
|
||
- name: Cache MATLAB # N.B.: Clear the cache when the `latest` version of MATLAB changes in March and September | ||
- name: Cache MATLAB # N.B.: Clear the cache when the `latest` version of MATLAB changes in March and September | ||
uses: actions/[email protected] | ||
with: | ||
path: ${{ runner.tool_cache }}/MATLAB | ||
|