chore: ui bug fix (#884)

* bug fix

* bug fix

* test ci

* bug fix

* ci fix

* ci fix
This commit is contained in:
XianBW
2025-05-18 11:08:41 +08:00
committed by GitHub
parent 2c11752a54
commit fe11ee92e6
2 changed files with 3 additions and 4 deletions
+2
View File
@@ -19,6 +19,8 @@ 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: