Skip to content

Commit bf89e4b

Browse files
committed
include math branch in test trigger (#15)
1 parent 2a3dbd2 commit bf89e4b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
branches:
1313
- main
1414
- develop*
15+
- math
1516
paths-ignore:
1617
- '**.md'
1718
schedule:

setup-fortran.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,11 @@ mkl_version_map_m()
301301
2021.1.0 | 2021.2.0 | 2021.3.0 | 2021.4.0 | 2023.2.0)
302302
mkl_version=2023.2.0
303303
;;
304-
# compiler versions 2021.5, 2021.6, 2021.7, 2021.7.1, 2021.8, 2021.9 work with other basekits
304+
# compiler versions 2021.9 works with other basekits
305305
2023.1.0)
306-
mkl_version=2022.2.0
306+
mkl_version=2023.1.0
307307
;;
308+
# all others don't work with any basekit
308309
*)
309310
mkl_version=""
310311
;;

0 commit comments

Comments
 (0)