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
OpenDAS
torch-harmonics
Commits
8f054dcb
Commit
8f054dcb
authored
Aug 19, 2024
by
Boris Bonev
Browse files
changing deploy workflow
parent
74d2a27f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
.github/workflows/deploy_pypi.yml
.github/workflows/deploy_pypi.yml
+3
-5
No files found.
.github/workflows/deploy_pypi.yml
View file @
8f054dcb
...
@@ -19,13 +19,11 @@ jobs:
...
@@ -19,13 +19,11 @@ jobs:
python-version
:
'
3.10'
python-version
:
'
3.10'
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
|
run
:
|
python -m pip install --upgrade pip
pip install --upgrade pip
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
pip install torch --index-url https://download.pytorch.org/whl/cpu
pip show torch
-
name
:
Install package
-
name
:
Install package
run
:
|
run
:
|
pip show torch
pip install -e .
python -m pip install -e .
pip install setuptools wheel
pip install setuptools wheel
-
name
:
Build a binary wheel and a source tarball
-
name
:
Build a binary wheel and a source tarball
run
:
|
run
:
|
...
...
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