Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Improve get_public_path #116

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

add more bloody dataset types to be discarded and ordered them alphab…

fa04999
Select commit
Loading
Failed to load commit list.
Open

[WIP] Improve get_public_path #116

add more bloody dataset types to be discarded and ordered them alphab…
fa04999
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Oct 17, 2024 in 2m 52s

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 #116 [WIP] Improve get\_public\_path.
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 OS State
1102.1 3.10 Linux failed
1102.2 3.11 Linux failed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Python Versions 3.10, 3.11
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "python": [
    "3.10",
    "3.11"
  ],
  "services": [
    "mysql"
  ],
  "before_script": [
    "mysql -e \"SET GLOBAL local_infile=1;\"",
    "pip install -r requirements-test.txt",
    "pip install ."
  ],
  "script": [
    "echo \"DB_HOST $METADATA_URI $TAXONOMY_URI\"",
    "coverage run -m pytest -c pyproject.toml --server mysql://[email protected]:3306"
  ]
}