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
74d2a27f
Commit
74d2a27f
authored
Aug 19, 2024
by
Boris Bonev
Browse files
debugging workflow run
parent
abf2beda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.github/workflows/deploy_pypi.yml
.github/workflows/deploy_pypi.yml
+3
-1
No files found.
.github/workflows/deploy_pypi.yml
View file @
74d2a27f
...
...
@@ -13,7 +13,7 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Set up Python
3.
9
-
name
:
Set up Python
3.
10
uses
:
actions/setup-python@v5
with
:
python-version
:
'
3.10'
...
...
@@ -21,8 +21,10 @@ jobs:
run
:
|
python -m pip install --upgrade pip
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
pip show torch
-
name
:
Install package
run
:
|
pip show torch
python -m pip install -e .
pip install setuptools wheel
-
name
:
Build a binary wheel and a source tarball
...
...
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