Remove legacy SDK CI workflow

This commit is contained in:
PSBigBig × MiniPS 2026-03-04 09:17:33 +08:00 committed by GitHub
parent 3e15a7090f
commit fbb7b2fb0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,18 +0,0 @@
name: WFGY-CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest # Linux runners
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install -e ".[dev]"
- run: python tests/test_sdk_full.py