Update README.md #51
Open
Update README.md #51
Travis CI / Travis CI - Pull Request
required action
Sep 17, 2024 in 1m 46s
Build Errored
The build errored. This is a change from the previous build, which failed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #51 Update README.md.
Any changes that have been made to the develop branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Python | OS | State |
---|---|---|---|
3.7 | Linux | errored | |
3.8 | Linux | errored |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Python Versions | 3.7, 3.8 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"python": [
"3.7",
"3.8"
],
"install": [
"pip install -r requirements.txt",
"pip install ray[default]",
"pip install ."
],
"cache": {
"directories": [
"./resources/data"
]
},
"script": [
"pytest"
]
}
Loading