File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ install:
20
20
21
21
script :
22
22
- black --check --diff metagraph_cuda
23
- - conda build --build-only -c defaults -c metagraph/label/dev -c rapidsai -c conda-forge --python ${TRAVIS_PYTHON_VERSION} continuous_integration/conda
23
+ - conda build --no-test -c defaults -c metagraph/label/dev -c rapidsai -c conda-forge --python ${TRAVIS_PYTHON_VERSION} continuous_integration/conda
24
24
- conda install -q anaconda-client
25
25
- OUTPUT=$(conda build --output -c defaults -c metagraph/label/dev -c rapidsai -c conda-forge --python ${TRAVIS_PYTHON_VERSION} continuous_integration/conda)
26
26
- ' if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then anaconda -t $ANACONDA_TOKEN upload -u metagraph -l dev --no-progress --force --no-register $OUTPUT; fi'
You can’t perform that action at this time.
0 commit comments