Skip to content

Commit 3222ac8

Browse files
committed
250927.142204.CST [skip ci] revise dimensions in test_ifort.yml
1 parent 8917706 commit 3222ac8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_ifort.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ jobs:
8888
shell: bash # N.B.: We must use bash and use [[:space:]] instead of \s for compatibility with macOS.
8989
run: |
9090
cd fortran/tests || exit 42
91-
$SEDI 's|::[[:space:]]*bign[[:space:]]*=.*$|:: bign = 200_IK|' test_bobyqa.f90
91+
$SEDI 's|::[[:space:]]*bign[[:space:]]*=.*$|:: bign = 200_IK|' test_newuoa.f90
92+
$SEDI 's|::[[:space:]]*bign[[:space:]]*=.*$|:: bign = 180_IK|' test_bobyqa.f90
9293
$SEDI 's|::[[:space:]]*bign[[:space:]]*=.*$|:: bign = 200_IK|' test_lincoa.f90
9394
9495
- name: Revise cobyla/trustregion.f90 to see what is wrong with ubuntu-latest, i8, cobyla, -O3, small

0 commit comments

Comments
 (0)