Skip to content

Commit 7e981f9

Browse files
authored
add assertion that boost is not installed anymore
1 parent 89ace57 commit 7e981f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nestbuildmatrix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,8 @@ jobs:
688688
python --version
689689
apt list
690690
pip list
691+
apt list | grep -i boost
692+
test -z "$(apt list | grep -i boost)"
691693
692694
- name: "Configure NEST build"
693695
env:

0 commit comments

Comments
 (0)