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
53385db6
"test/vscode:/vscode.git/clone" did not exist on "8c16da334e930beff0872488b29499e7b051ae2d"
Commit
53385db6
authored
Feb 11, 2020
by
rusty1s
Browse files
retry
parent
cf0cd742
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
.travis.yml
.travis.yml
+7
-7
No files found.
.travis.yml
View file @
53385db6
...
...
@@ -15,7 +15,7 @@ jobs:
language
:
python
python
:
3.7.6
env
:
-
DEVICE
=cpu
-
IDX
=cpu
# - name: linux/cu92
# os: linux
# language: python
...
...
@@ -43,7 +43,7 @@ jobs:
# language: python
# python: 3.7.6
# env:
# -
DEVICE
=cu101
# -
IDX
=cu101
# - CUDA_SHORT=10.1
# - CUDA=10.1.105-1
# - UBUNTU_VERSION=ubuntu1804
...
...
@@ -99,7 +99,7 @@ jobs:
install
:
-
source script/install.sh
-
pip3 install numpy
-
pip3 install torch==${TORCH}+${
DEVICE
} -f https://download.pytorch.org/whl/torch_stable.html
-
pip3 install torch==${TORCH}+${
IDX
} -f https://download.pytorch.org/whl/torch_stable.html
-
pip3 install flake8
-
pip3 install codecov
-
python3 setup.py install || python setup.py install
...
...
@@ -108,7 +108,7 @@ script:
-
flake8 .
-
python3 setup.py test || python setup.py test
after_success
:
-
python3 setup.py bdist_wheel --dist-dir=dist/${
DEVICE
}
-
python3 setup.py bdist_wheel --dist-dir=dist/${
IDX
}
-
codecov
deploy
:
provider
:
s3
...
...
@@ -116,12 +116,12 @@ deploy:
secret_access_key
:
secure
:
${S3_SECURE_SECRET_KEY}
bucket
:
pytorch-scatter
local-dir
:
dist/${
DEVICE
}/*.whl
upload-dir
:
whl/${
DEVICE
}
local-dir
:
dist/${
IDX
}/*.whl
upload-dir
:
whl/${
IDX
}
acl
:
public_read
on
:
repo
:
rusty1s/pytorch_scatter
# tags: true
all_
branch
es
:
tr
ue
branch
:
tr
avis
notifications
:
email
:
false
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