Skip to content

Commit 40452d1

Browse files
authored
Fix zen & grav ci after Python-bindings became enabled by default (#1041)
1 parent 35c6d15 commit 40452d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
coloredlogs==15.0.1
2+
nanobind

tools/tpp-sched/tpp-sched.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
import sys
44
from pathlib import Path

0 commit comments

Comments
 (0)