Skip to content

Commit

Permalink
230804.223236.CST archnorma!
Browse files Browse the repository at this point in the history
Former-commit-id: 259e9bb96cf49d871932d9a711cc96736ad76378
  • Loading branch information
zaikunzhang committed Aug 4, 2023
1 parent ea26102 commit df1d3bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .development
Submodule .development updated 673 files
4 changes: 2 additions & 2 deletions .github/workflows/verify_archiva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit df1d3bb

Please sign in to comment.