Skip to content

Commit 1dc6f5a

Browse files
authored
include math branch in test trigger (#15)
1 parent 44e8930 commit 1dc6f5a

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
@@ -304,10 +304,11 @@ mkl_version_map_m()
304304
2021.1.0 | 2021.2.0 | 2021.3.0 | 2021.4.0 | 2023.2.0)
305305
mkl_version=2023.2.0
306306
;;
307-
# compiler versions 2021.5, 2021.6, 2021.7, 2021.7.1, 2021.8, 2021.9 work with other basekits
307+
# compiler versions 2021.9 works with other basekits
308308
2023.1.0)
309-
mkl_version=2022.2.0
309+
mkl_version=2023.1.0
310310
;;
311+
# all others don't work with any basekit
311312
*)
312313
mkl_version=""
313314
;;

0 commit comments

Comments
 (0)