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 f48120f commit 129fa4c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,20 @@ jobs:
- name: cmake
shell: spack-sh {0}
run: |
spack load tfel
spack load numpy
spack load numpy tfel
cmake -DCMAKE_BUILD_TYPE=Release . \
-Denable-c-bindings=ON \
-Denable-fortran-bindings=ON \
-Denable-python-bindings=ON \
-Denable-portable-build=ON \
-Denable-julia-bindings=OFF
- name: make
run: make
- name: make check
shell: spack-sh {0}
run: |
spack load tfel
spack load numpy
make
- name: make check
shell: spack-sh {0}
run: |
spack load numpy tfel
make check

0 comments on commit 129fa4c

Please sign in to comment.