fix mypy check dependence error (#885)

This commit is contained in:
Linlang
2025-05-18 15:15:32 +08:00
committed by GitHub
parent 89deb019e9
commit e42e4dae50
-2
View File
@@ -19,8 +19,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- run: env | sort
- run: make dev
- name: CI Dependency Patch
run: pip install cryptography==44.0.2
- name: lint test docs and build
run: make lint docs-gen test-offline # test docs build
strategy: