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-cluster
Commits
be153a9f
Commit
be153a9f
authored
Aug 18, 2021
by
rusty1s
Browse files
remove update
parent
13f57c87
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
.github/workflows/building.yml
.github/workflows/building.yml
+0
-4
.github/workflows/testing.yml
.github/workflows/testing.yml
+0
-4
No files found.
.github/workflows/building.yml
View file @
be153a9f
...
@@ -33,10 +33,6 @@ jobs:
...
@@ -33,10 +33,6 @@ jobs:
with
:
with
:
python-version
:
${{ matrix.python-version }}
python-version
:
${{ matrix.python-version }}
-
name
:
Update pip
run
:
|
pip install --upgrade pip
-
name
:
Install CUDA ${{ matrix.cuda-version }}
-
name
:
Install CUDA ${{ matrix.cuda-version }}
if
:
${{ matrix.cuda-version != 'cpu' }}
if
:
${{ matrix.cuda-version != 'cpu' }}
run
:
|
run
:
|
...
...
.github/workflows/testing.yml
View file @
be153a9f
...
@@ -20,10 +20,6 @@ jobs:
...
@@ -20,10 +20,6 @@ jobs:
with
:
with
:
python-version
:
${{ matrix.python-version }}
python-version
:
${{ matrix.python-version }}
-
name
:
Update pip
run
:
|
pip install --upgrade pip
-
name
:
Install PyTorch ${{ matrix.torch-version }}
-
name
:
Install PyTorch ${{ matrix.torch-version }}
run
:
|
run
:
|
pip install torch==${{ matrix.torch-version}}+cpu -f https://download.pytorch.org/whl/torch_stable.html
pip install torch==${{ matrix.torch-version}}+cpu -f https://download.pytorch.org/whl/torch_stable.html
...
...
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