Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit 2573109

Browse files
wenleixfacebook-github-bot
authored andcommitted
Remove install step in ubuntu.yml (#402)
Summary: It's used to generate docs. Since we no longer generate docs per commit (71f9c1a), we can also remove this to save some time on CI test. Pull Request resolved: #402 Reviewed By: bearzx Differential Revision: D37428114 Pulled By: wenleix fbshipit-source-id: 285f9f1d1c3fd98f22933a4fa4fc0ec98d236f46
1 parent 154d929 commit 2573109

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ubuntu.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,3 @@ jobs:
7373
7474
- name : Run TorchArrow unit tests
7575
run: pytest --no-header -v torcharrow/test
76-
77-
- name : Install TorchArrow
78-
run: |
79-
CCACHE_DIR=$GITHUB_WORKSPACE/.ccache python setup.py install --user

0 commit comments

Comments
 (0)