Skip to content

Commit

Permalink
Fix workflow (#635)
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Baratta <igorbaratta@gmail.com>
  • Loading branch information
chrisrichardson and IgorBaratta authored Dec 1, 2023
1 parent 833967c commit 1523d2d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ jobs:
ref: ${{ github.event.inputs.spack_ref }}

- name: Install FFCx and run tests
if: github.event_name != 'workflow_dispatch'
run: |
. ./spack/share/spack/setup-env.sh
spack env create ffcx-main
spack env activate ffcx-main
spack add py-fenics-ffcx@main
spack install --test=root
- name: Install FFCx and run tests
if: github.event_name == 'workflow_dispatch'
run: |
. ./spack/share/spack/setup-env.sh
spack env create ffcx-testing
Expand Down

0 comments on commit 1523d2d

Please sign in to comment.