Fix CI: re-push simplified CI workflow with proper YAML
Some checks failed
CI / test (push) Failing after 13s
CI / build (push) Has been skipped
CI / lint (push) Successful in 13s

This commit is contained in:
2026-03-22 22:02:16 +00:00
parent 058830344d
commit d48db96329

View File

@@ -17,8 +17,7 @@ jobs:
python-version: '3.11' python-version: '3.11'
- name: Install dependencies - name: Install dependencies
run: | run: pip install -e ".[dev]"
pip install -e ".[dev]"
- name: Run tests - name: Run tests
run: pytest tests/ -v run: pytest tests/ -v
@@ -64,4 +63,4 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: dist name: dist
path: dist/ path: dist/