Skip to content

Commit fa03cc0

Browse files
committed
added python variant to the spack-gmds dockerfile in order to have py-test
1 parent a38b6ef commit fa03cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile.spack-gmds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN source ./spack/share/spack/setup-env.sh && \
3636
spack external find cmake
3737
#==========================================
3838
RUN source ./spack/share/spack/setup-env.sh && \
39-
spack install --only dependencies gmds+kmds+blocking ^kokkos+openmp ^cgns~mpi
39+
spack install --only dependencies gmds+kmds+blocking+python ^kokkos+openmp ^cgns~mpi
4040
#==========================================
4141
RUN rm -rf /spack/var/spack/cache/*
4242
#==========================================

0 commit comments

Comments
 (0)