mirror of
https://github.com/onestardao/WFGY.git
synced 2026-04-28 03:29:51 +00:00
Remove legacy SDK CI workflow
This commit is contained in:
parent
3e15a7090f
commit
fbb7b2fb0b
1 changed files with 0 additions and 18 deletions
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue