Skip to content

Commit 517bf52

Browse files
authored
Fix CI testing. (#120)
1 parent 46e7c65 commit 517bf52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
spack env activate e4s-build && \
4242
cd ${EXAWIND_MANAGER}/environments/e4s-build && \
4343
ln -s ${GITHUB_WORKSPACE} exawind && \
44-
spack develop --no-clone exawind@=master && \
44+
spack develop --no-modify-concrete-specs --no-clone exawind@=master && \
4545
spack concretize -f && \
4646
spack install && \
4747
spack cd -b exawind && \

0 commit comments

Comments
 (0)