File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -467,7 +467,9 @@ jobs:
467
467
python-version : ' 3.11'
468
468
architecture : ${{ matrix.python-architecture || 'x64' }}
469
469
470
- - run : pip install -U twine 'ruff==0.1.3' typing_extensions
470
+ - run : pip install -U twine 'ruff==0.1.3'
471
+ # TODO: remove manual override for typing_extensions once a version newer than 4.12.1 is released
472
+ - run : pip install -U git+https://github.com/python/typing_extensions@main
471
473
472
474
# generate self-schema now, so we don't have to do so inside docker in maturin build
473
475
- run : python generate_self_schema.py
@@ -530,7 +532,9 @@ jobs:
530
532
with :
531
533
components : llvm-tools
532
534
533
- - run : pip install -U 'ruff==0.1.3' typing_extensions
535
+ - run : pip install -U 'ruff==0.1.3'
536
+ # TODO: remove manual override for typing_extensions once a version newer than 4.12.1 is released
537
+ - run : pip install -U git+https://github.com/python/typing_extensions@main
534
538
535
539
# generate self-schema now, so we don't have to do so inside docker in maturin build
536
540
- run : python generate_self_schema.py
You can’t perform that action at this time.
0 commit comments