Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
e0e9f819
Unverified
Commit
e0e9f819
authored
Mar 15, 2024
by
Sayak Paul
Committed by
GitHub
Mar 15, 2024
Browse files
add: torch to the pypi step. (#7328)
parent
5d848ec0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/pypi_publish.yaml
.github/workflows/pypi_publish.yaml
+1
-1
No files found.
.github/workflows/pypi_publish.yaml
View file @
e0e9f819
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment