Skip to content

Commit 553a87f

Browse files
fix: remove old hf tests from the ci (#28861)
1 parent e9cdd81 commit 553a87f

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/test-transpiler.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -85,25 +85,6 @@ jobs:
8585
cd ivy
8686
docker run --rm -v "$(pwd)":/ivy ivyllc/ivy:latest scripts/shell/run_transpiler_tests.sh sourcegen
8787
88-
hf:
89-
strategy:
90-
matrix:
91-
python-version: ["3.10", "3.12"]
92-
runs-on: ubuntu-latest
93-
steps:
94-
- uses: actions/checkout@v4
95-
with:
96-
path: ivy
97-
persist-credentials: false
98-
- uses: actions/setup-python@v3
99-
with:
100-
python-version: ${{ matrix.python-version }}
101-
- name: Run HuggingFace Tests
102-
id: tests
103-
run: |
104-
cd ivy
105-
docker run --rm -v "$(pwd)":/ivy ivyllc/ivy:latest scripts/shell/run_transpiler_tests.sh hf
106-
10788
kornia:
10889
strategy:
10990
matrix:

0 commit comments

Comments
 (0)