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-sparse
Commits
ac7f314c
Commit
ac7f314c
authored
Aug 17, 2022
by
rusty1s
Browse files
fix building of wheels
parent
6143af21
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+3
-0
.github/workflows/building.yml
.github/workflows/building.yml
+3
-0
No files found.
.github/workflows/building-conda.yml
View file @
ac7f314c
...
@@ -34,6 +34,9 @@ jobs:
...
@@ -34,6 +34,9 @@ jobs:
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
with
:
submodules
:
'
recursive'
-
name
:
Set up Conda for Python ${{ matrix.python-version }}
-
name
:
Set up Conda for Python ${{ matrix.python-version }}
uses
:
conda-incubator/setup-miniconda@v2
uses
:
conda-incubator/setup-miniconda@v2
with
:
with
:
...
...
.github/workflows/building.yml
View file @
ac7f314c
...
@@ -34,6 +34,9 @@ jobs:
...
@@ -34,6 +34,9 @@ jobs:
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
with
:
submodules
:
'
recursive'
-
name
:
Set up Python ${{ matrix.python-version }}
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v2
uses
:
actions/setup-python@v2
with
:
with
:
...
...
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