Skip to content

Commit 9682aeb

Browse files
committed
re-added hack
1 parent 88e9e8d commit 9682aeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
run: |
4040
spack -e tests find -dlv
4141
42+
- name: Hack to make na+sm work
43+
run: |
44+
sudo /usr/sbin/sysctl kernel.yama.ptrace_scope=0
45+
4246
- name: Build code run unit tests
4347
run: |
4448
eval `spack env activate --sh tests`

0 commit comments

Comments
 (0)