From e0e9f81971c3f2af09eaf2a2d0b8474e754367fc Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Fri, 15 Mar 2024 12:28:12 +0530 Subject: [PATCH] add: torch to the pypi step. (#7328) --- .github/workflows/pypi_publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi_publish.yaml b/.github/workflows/pypi_publish.yaml index e2d0fecb2c..1233ae425e 100644 --- a/.github/workflows/pypi_publish.yaml +++ b/.github/workflows/pypi_publish.yaml @@ -52,7 +52,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -U setuptools wheel twine + pip install -U setuptools wheel twine torch - name: Build the dist files run: python setup.py bdist_wheel && python setup.py sdist