Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
joserapa98 committed May 9, 2024
1 parent 0b3b3b7 commit 2e190ff
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Test1
run: python -c "assert 0 == 1"
- name: Test2
if: always()
run: python -c "print('Hola')"
- name: Install dependencies
run: python -m pip install --upgrade pip torch opt_einsum
- name: Install pytest
Expand All @@ -37,7 +32,7 @@ jobs:
run: pytest tests/test_embeddings.py --cov=tensorkrowch
- name: Test decompositions
if: always()
run: pytest tests/decompositions/ --cov=tensorkrowch
run: pytest tests/decompositions/test_svd_decompositions.py --cov=tensorkrowch
- name: Test MPS
if: always()
run: pytest tests/models/test_mps.py --cov=tensorkrowch
Expand Down

0 comments on commit 2e190ff

Please sign in to comment.