Skip to content

Commit

Permalink
#9492: Remove tests tt_eager ttnn check
Browse files Browse the repository at this point in the history
  • Loading branch information
bbradelTT authored and TT-billteng committed Jun 21, 2024
1 parent 215a7d0 commit 6220d9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/all-static-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,3 @@ jobs:
run: |
if (( $(grep -Rnw 'tests/tt_metal' -e 'tt_lib' | wc -l ) > 0 )); then exit 1; fi
if (( $(grep -Rnw 'tests/tt_metal' -e 'tt_eager' | wc -l ) > 10 )); then exit 1; fi
- name: Check ttnn is not used in tt_eager tests more than allowed count
run: if (( $(grep -Rnw 'tests/tt_eager' -e 'ttnn' | wc -l ) > 400 )); then exit 1; fi

0 comments on commit 6220d9d

Please sign in to comment.