Skip to content

Commit e108ee4

Browse files
committed
Update installation script
1 parent b617c3a commit e108ee4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_precommit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
run: |
7575
mkdir build && cd build
7676
pip install nanobind==2.4.0
77+
pip install typing_extensions==4.12.2
7778
cmake ../tests/cpp/precommit/
7879
cmake --build . -j $((`nproc`*2+2))
7980
- name: Run test

0 commit comments

Comments
 (0)