Skip to content

Commit

Permalink
fix: correct spack environment activation command in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-saigre committed Jan 23, 2025
1 parent bf22fa9 commit 70b70b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
-
name: Build
run: |
spacktivate feelpp-openmpi4-kokkos
spack env activate feelpp-openmpi4-kokkos
cmake --preset default
cmake --build --preset default
-
Expand Down

1 comment on commit 70b70b1

@thomas-saigre
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#14

Please sign in to comment.