Skip to content

Commit

Permalink
Temporarilly 'spack clean ipopt' in Github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoukpaizan committed Dec 11, 2024
1 parent 555b608 commit 2f2a647
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/spack_default_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ jobs:
- name: Spack develop gridkit
run: spack -e . develop --path=$(pwd) gridkit@develop

# Remove before merging
- name: Spack clean ipopt spec
run spack -e . clean ipopt

- name: Concretize
run: spack -e . concretize

Expand Down

0 comments on commit 2f2a647

Please sign in to comment.