Skip to content

Commit efb9230

Browse files
authored
Make CI consistent with other projects. (#77)
1 parent ced0f97 commit efb9230

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
/bin/bash -c " \
4040
source ${EXAWIND_MANAGER}/start.sh && \
4141
spack-start && \
42+
mkdir -p ${EXAWIND_MANAGER}/environments/exawind && \
43+
cd ${EXAWIND_MANAGER}/environments/exawind && \
4244
ln -s ${GITHUB_WORKSPACE} exawind && \
4345
quick-create-dev -s exawind@master && \
4446
spack -e e4s-build config add view:true && \

0 commit comments

Comments
 (0)