Skip to content

Commit 91c8da9

Browse files
author
Nils Strand
committed
skip the Install step for debug builds
1 parent 1289d44 commit 91c8da9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linuxWF.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# the flags above enable the use of both libmetatomic and libtorch
7070
echo "PLUMED_CONFIG=$PLUMED_CONFIG --enable-libmetatomic --enable-libtorch" >> $GITHUB_ENV
7171
- name: Install ITensor
72-
if: ${{ contains( matrix.variant, '-mpi-' ) }}
72+
if: ${{ contains( matrix.variant, '-mpi-' ) && ! contains( matrix.variant, '-debug-' ) }}
7373
run: |
7474
.ci/install.itensor
7575
- name: Configure ITensor

0 commit comments

Comments
 (0)