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-scatter
Commits
ffc95308
Commit
ffc95308
authored
Feb 12, 2020
by
rusty1s
Browse files
test other versions
parent
cf9b130a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
.travis.yml
.travis.yml
+4
-4
script/conda.sh
script/conda.sh
+2
-2
No files found.
.travis.yml
View file @
ffc95308
...
@@ -9,12 +9,12 @@ env:
...
@@ -9,12 +9,12 @@ env:
global
:
global
:
-
CUDA_HOME=/usr/local/cuda
-
CUDA_HOME=/usr/local/cuda
jobs
:
jobs
:
-
TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8.1 IDX=cpu
#
- TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8.1 IDX=cpu
-
TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8.1 IDX=cu92
#
- TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8.1 IDX=cu92
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8.1 IDX=cu100
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8.1 IDX=cu100
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8.1 IDX=cu101
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8.1 IDX=cu101
#
- TORCH_VERSION=1.4.0 PYTHON_VERSION=3.7.6 IDX=cpu
-
TORCH_VERSION=1.4.0 PYTHON_VERSION=3.7.6 IDX=cpu
#
- TORCH_VERSION=1.4.0 PYTHON_VERSION=3.7.6 IDX=cu92
-
TORCH_VERSION=1.4.0 PYTHON_VERSION=3.7.6 IDX=cu92
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.7.6 IDX=cu100
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.7.6 IDX=cu100
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.7.6 IDX=cu101
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.7.6 IDX=cu101
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.6.10 IDX=cpu
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.6.10 IDX=cpu
...
...
script/conda.sh
View file @
ffc95308
...
@@ -5,7 +5,6 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
...
@@ -5,7 +5,6 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
chmod
+x miniconda.sh
chmod
+x miniconda.sh
./miniconda.sh
-b
./miniconda.sh
-b
PATH
=
/home/travis/miniconda3/bin:
${
PATH
}
PATH
=
/home/travis/miniconda3/bin:
${
PATH
}
conda update
--yes
conda
fi
fi
if
[
"
${
TRAVIS_OS_NAME
}
"
=
"osx"
]
;
then
if
[
"
${
TRAVIS_OS_NAME
}
"
=
"osx"
]
;
then
...
@@ -13,7 +12,6 @@ if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
...
@@ -13,7 +12,6 @@ if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
chmod
+x miniconda.sh
chmod
+x miniconda.sh
./miniconda.sh
-b
./miniconda.sh
-b
PATH
=
/Users/travis/miniconda3/bin:
${
PATH
}
PATH
=
/Users/travis/miniconda3/bin:
${
PATH
}
conda update
--yes
conda
fi
fi
...
@@ -21,3 +19,5 @@ if [ "${TRAVIS_OS_NAME}" = "windows" ]; then
...
@@ -21,3 +19,5 @@ if [ "${TRAVIS_OS_NAME}" = "windows" ]; then
choco
install
miniconda3
choco
install
miniconda3
PATH
=
/c/tools/miniconda3/Scripts:
$PATH
PATH
=
/c/tools/miniconda3/Scripts:
$PATH
fi
fi
conda update
--yes
conda
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