Bump transformers from 4.29.2 to 4.36.0 #278
Open
Travis CI / Travis CI - Pull Request
required action
Dec 20, 2023 in 2m 58s
Build Errored
The build errored. 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 #278 Bump transformers from 4.29.2 to 4.36.0.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Python | ENV | OS | State |
---|---|---|---|---|
839.1 | 3.8 | venv_name=virtualenv testcmd=test | Linux | errored |
839.2 | 3.8 | venv_name=virtualenv-dev testcmd=test-dev | Linux | errored |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Python Version | 3.8 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"python": [
"3.8"
],
"jobs": {
"include": [
{
"env": [
{
"venv_name": "virtualenv",
"testcmd": "test"
}
]
},
{
"env": [
{
"venv_name": "virtualenv-dev",
"testcmd": "test-dev"
}
]
}
]
},
"install": [
"make $venv_name"
],
"script": [
"make $testcmd"
],
"branches": {
"only": [
"main"
]
},
"after_success": [
"make run_codecov"
]
}
Loading