Skip to content

Commit 7909698

Browse files
committed
Add Fortran example
1 parent a0b69d7 commit 7909698

File tree

16 files changed

+1091
-7
lines changed

16 files changed

+1091
-7
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
toolchain: ["openmp", "mpi"]
1919
gauxc: ["release", "main"]
20-
example: ["cpp/gauxc_integration", "c/gauxc_integration"]
20+
example: ["cpp/gauxc_integration", "c/gauxc_integration", "fortran/gauxc_integration"]
2121

2222
steps:
2323
- uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup micromamba
2828
uses: mamba-org/setup-micromamba@v1
2929
with:
30-
environment-file: skala/examples/cpp/gauxc_integration/environment-${{ matrix.toolchain }}.yml
30+
environment-file: skala/examples/${{ matrix.example }}/environment-${{ matrix.toolchain }}.yml
3131
environment-name: gauxc-dev
3232
cache-environment: true
3333
cache-downloads: true

0 commit comments

Comments
 (0)