Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfer committed Aug 7, 2024
1 parent e04a273 commit f48120f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ jobs:
color: true # Force color output (SPACK_COLOR=always)
path: ${{github.workspace}}/spack # Where to clone Spack

- name: Install TFEL
- name: Install TFEL and NumPy
shell: spack-sh {0}
run: |
spack install numpy
spack install tfel@master~python~python_bindings~aster~fortran~abaqus~calculix~ansys~europlexus~cyrano~lsdyna~comsol~diana-fea
- name: cmake
shell: spack-sh {0}
run: |
spack load tfel
spack load numpy
cmake -DCMAKE_BUILD_TYPE=Release . \
-Denable-c-bindings=ON \
-Denable-fortran-bindings=ON \
Expand All @@ -41,4 +43,5 @@ jobs:
shell: spack-sh {0}
run: |
spack load tfel
spack load numpy
make check

0 comments on commit f48120f

Please sign in to comment.