Skip to content

Commit

Permalink
Test nanobind
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Oct 15, 2023
1 parent e13204e commit 593f6f4
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,14 @@ jobs:
. ./spack/share/spack/setup-env.sh
spack env create main
spack env activate main
spack add py-fenics-basix@main
spack install --test=root
# spack add py-fenics-basix@main
spack add py-nanobind
spack install
- name: Install Basix release version and run tests
run: |
. ./spack/share/spack/setup-env.sh
spack env create release
spack env activate release
spack add py-fenics-basix
spack install --test=root
# - name: Install Basix release version and run tests
# run: |
# . ./spack/share/spack/setup-env.sh
# spack env create release
# spack env activate release
# spack add py-fenics-basix
# spack install --test=root

0 comments on commit 593f6f4

Please sign in to comment.