Skip to content

Commit 5efbb83

Browse files
committed
ci: remove leftover diagnostic print from ci.yml
1 parent 85d746a commit 5efbb83

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
pip install -e ".[dev]"
5555
pip install --extra-index-url https://pip.repos.neuron.amazonaws.com \
5656
"nki>=0.3.0"
57-
python -c "import nki.isa as nisa,inspect; src=inspect.getsource(nisa.activation); idx=[i for i,l in enumerate(src.split('\n')) if 'ACTIVATION_OPS' in l]; lines=src.split('\n'); [print(lines[max(0,i-2):i+5]) for i in idx[:3]]"
5857
- name: Run simulator-backed kernel tests
5958
env:
6059
TRNSPARSE_USE_SIMULATOR: "1"

0 commit comments

Comments
 (0)