Skip to content

Commit 94846c6

Browse files
committed
Remove unneccesary pip installs
1 parent b17dfdb commit 94846c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test_precommit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ jobs:
7777
- name: Build
7878
run: |
7979
mkdir build && cd build
80-
pip install nanobind==2.4.0
81-
pip install typing_extensions==4.12.2
8280
cmake ../tests/cpp/precommit/
8381
cmake --build . -j $((`nproc`*2+2))
8482
- name: Run test

0 commit comments

Comments
 (0)