Skip to content

Commit

Permalink
Add comment to CI workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangrimberg committed May 31, 2024
1 parent cdf5c0d commit dde99e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
include: # Pairwise testing
include: # Pairwise testing (from allpairspy)
- compiler: gcc
mpi: mpich
math-libs: aocl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
include: # Pairwise testing
include: # Pairwise testing (from allpairspy)
- compiler: clang
mpi: openmpi
math-libs: openblas
Expand Down

0 comments on commit dde99e7

Please sign in to comment.