From e42e4dae507b46d3eddbdc59dfaabfc48a5dae62 Mon Sep 17 00:00:00 2001 From: Linlang <30293408+SunsetWolf@users.noreply.github.com> Date: Sun, 18 May 2025 15:15:32 +0800 Subject: [PATCH] fix mypy check dependence error (#885) --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54153782..4082be0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: