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 e8d32b1 commit 13d2da8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ jobs:
shell: spack-sh {0}
run: |
spack install py-numpy
spack install boost+python+numpy+exception+container
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 py-numpy tfel
spack load py-numpy boost tfel
cmake -DCMAKE_BUILD_TYPE=Release . \
-Denable-c-bindings=ON \
-Denable-fortran-bindings=ON \
Expand All @@ -39,10 +40,10 @@ jobs:
- name: make
shell: spack-sh {0}
run: |
spack load py-numpy
spack load py-numpy boost
make
- name: make check
shell: spack-sh {0}
run: |
spack load py-numpy tfel
spack load py-numpy boost tfel
make check

0 comments on commit 13d2da8

Please sign in to comment.