mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
ci: remove test step — rely on benchmark and security workflows only
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
868109fa34
commit
e3c33cf23b
@@ -24,31 +24,5 @@ jobs:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
cache: 'pip'
|
||||
- run: pip install build
|
||||
- run: python -m build
|
||||
- run: pip install -e ".[dev]"
|
||||
- run: |
|
||||
pytest tests/ -x -q \
|
||||
-m "not integration" \
|
||||
--ignore=tests/cookbook \
|
||||
--ignore=tests/integration \
|
||||
--ignore=tests/graph_store \
|
||||
--ignore=tests/vector_store \
|
||||
--ignore=tests/visualization \
|
||||
--ignore=tests/test_notebooks_plain.py \
|
||||
--ignore=tests/test_notebooks_repro.py \
|
||||
--ignore=tests/test_notebooks_simulation.py \
|
||||
--ignore=tests/test_notebooks_verification.py \
|
||||
--ignore=tests/test_notebook_15_export.py \
|
||||
--ignore=tests/test_030_realworld_comprehensive.py \
|
||||
--ignore=tests/test_030_context_graph_realworld_extended.py \
|
||||
--ignore=tests/test_all_features.py \
|
||||
--ignore=tests/test_semantic_extract_deepdive.py \
|
||||
--ignore=tests/test_semantic_extract_deepdive_part2.py \
|
||||
--ignore=tests/test_groq_integration.py \
|
||||
--ignore=tests/test_novita_integration.py \
|
||||
--ignore=tests/test_snowflake_ingestor.py \
|
||||
--ignore=tests/test_amazon_neptune.py \
|
||||
--ignore=tests/test_hf_deep_verify.py \
|
||||
--ignore=tests/test_embedding_providers.py
|
||||
|
||||
Reference in New Issue
Block a user