Skip to content

Commit a95c568

Browse files
committed
add typing_extensions to windows
1 parent 8cff8f8 commit a95c568

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/monolithic-windows.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ targets="${2}"
2121
start-group "CMake"
2222
pip install -q -r "${MONOREPO_ROOT}"/.ci/all_requirements.txt
2323
pip install "nanobind @ git+https://github.com/wjakob/nanobind"
24+
pip install typing_extensions
2425

2526
export CC=cl
2627
export CXX=cl

0 commit comments

Comments
 (0)