fix: simplify CI - remove build job
Some checks failed
CI / test (push) Failing after 5s

This commit is contained in:
2026-01-31 01:46:24 +00:00
parent 5dc4d680ec
commit f1fd17bec0

View File

@@ -33,25 +33,3 @@ jobs:
- name: Check code formatting
run: ruff check env_pro/
build:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install build dependencies
run: pip install build
- name: Build package
run: python -m build
- name: Verify package
run: |
pip install dist/*.whl
env-pro --help