Skip to content

Update README.md #51

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Update README.md

2e8245c
Select commit
Loading
Failed to load commit list.
Open

Update README.md #51

Update README.md
2e8245c
Select commit
Loading
Failed to load commit list.
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
90.1 3.7 Linux errored
90.2 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"
  ]
}