Skip to content

Commit

Permalink
include math branch in test trigger (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
iulusoy authored Mar 30, 2024
1 parent 44e8930 commit 1dc6f5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
branches:
- main
- develop*
- math
paths-ignore:
- '**.md'
schedule:
Expand Down
5 changes: 3 additions & 2 deletions setup-fortran.sh
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,11 @@ mkl_version_map_m()
2021.1.0 | 2021.2.0 | 2021.3.0 | 2021.4.0 | 2023.2.0)
mkl_version=2023.2.0
;;
# compiler versions 2021.5, 2021.6, 2021.7, 2021.7.1, 2021.8, 2021.9 work with other basekits
# compiler versions 2021.9 works with other basekits
2023.1.0)
mkl_version=2022.2.0
mkl_version=2023.1.0
;;
# all others don't work with any basekit
*)
mkl_version=""
;;
Expand Down

0 comments on commit 1dc6f5a

Please sign in to comment.