Skip to content

Commit

Permalink
remove integration tests from pytorch and common workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ofirgo committed Jan 29, 2025
1 parent ce7626f commit 0a7e747
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/run_pytorch_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ jobs:
- name: Run pytest
run: |
pytest tests_pytest/unit_tests/pytorch
pytest tests_pytest/integration_tests/pytorch
1 change: 0 additions & 1 deletion .github/workflows/tests_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ jobs:
- name: Run pytest
run: |
pytest tests_pytest/unit_tests/common
pytest tests_pytest/integration_tests/common

0 comments on commit 0a7e747

Please sign in to comment.