Skip to content

Commit

Permalink
another formatting attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlaughlin committed Apr 10, 2024
1 parent e411cd4 commit f7fba22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
gslib: true
phases: true

runs-on: ${{ matrix.os }}

# https://7tonshark.com/posts/github-actions-ternary-operator/
name: ${{ matrix.os }}-
${{ matrix.python-version }}-
${{ ((matrix.parallel == true) && 'par-') || '' }}
${{ ((matrix.cuda == true) && 'cuda-') || '' }}
${{ ((matrix.libceed == true) && 'libceed-') || '' }}
${{ ((matrix.gslib == true) && 'gslib-') || '' }}

runs-on: ${{ matrix.os }}
env:
CUDA: "11.5"
build-flags: ${{ ((matrix.parallel == true) && '--with-parallel ') || '' }}
Expand Down

0 comments on commit f7fba22

Please sign in to comment.