Bump scikit-learn from 0.24.2 to 1.0.1 in /docs #441
Travis CI / Travis CI - Pull Request
failed
Feb 1, 2024 in 3m 20s
Build Failed
The build failed. This is a change from the previous build, which passed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #441 Bump scikit-learn from 0.24.2 to 1.0.1 in /docs.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Python Version | 3.7 |
Build Configuration
{
"language": "python",
"python": [
"3.7"
],
"install": [
"pip install https://download.pytorch.org/whl/cpu/torch-1.7.1%2Bcpu-cp37-cp37m-linux_x86_64.whl",
"pip install https://pytorch-geometric.com/whl/torch-1.7.0+cpu/torch_scatter-2.0.7-cp37-cp37m-linux_x86_64.whl",
"pip install https://pytorch-geometric.com/whl/torch-1.7.0+cpu/torch_sparse-0.6.9-cp37-cp37m-linux_x86_64.whl",
"pip install packaging==20.9",
"pip install setuptools==60.9.0",
"bash ./scripts/installation/metis.sh",
"source ./scripts/installation/gcc.sh",
"pip install metis",
"pip install -r docs/requirements.txt",
"pip install -e ."
],
"before_script": [
"black cogdl",
"flake8 cogdl"
],
"script": [
"export METIS_DLL=~/.local/lib/libmetis.so",
"coverage run --source=cogdl -m pytest tests",
"cd docs && make clean && make html && cd .."
],
"after_success": [
"coveralls"
],
"notifications": {
"email": false
},
"os": "linux",
"group": "stable",
"dist": "xenial"
}
Loading