fix: tighten skill safety hygiene

This commit is contained in:
yaojingang
2026-04-19 11:47:24 +08:00
parent edd8ac9951
commit 0e5776496f
8 changed files with 40 additions and 11 deletions
+2 -1
View File
@@ -12,5 +12,6 @@ jobs:
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- run: python -m pip install --upgrade pip pyyaml
- run: python -m pip install --upgrade pip
- run: python -m pip install --requirement requirements-ci.txt
- run: make ci-test