home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 457080809

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
457080809 MDExOlB1bGxSZXF1ZXN0Mjg4OTY1MzQ4 3029 Fix pandas-dev tests 5635139 closed 0     6 2019-06-17T18:15:16Z 2019-06-28T15:31:33Z 2019-06-28T15:31:28Z MEMBER   0 pydata/xarray/pulls/3029

Currently pandas-dev tests get 'stuck' on the conda install. The last instruction to run is the standard install:

$ if [[ "$CONDA_ENV" == "docs" ]]; then conda env create -n test_env --file doc/environment.yml; elif [[ "$CONDA_ENV" == "lint" ]]; then conda env create -n test_env --file ci/requirements-py37.yml; else conda env create -n test_env --file ci/requirements-$CONDA_ENV.yml; fi

And after installing the libraries, it prints this and then stops:

Preparing transaction: - - done Verifying transaction: | / \ | / - \ | / / done Executing transaction: \ | / - \ | / - \ | / - \ | / - \ | / - \ | / / - \ | / - \ done No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.

I'm not that familiar with conda. Anyone have any ideas as to why this would fail while the other builds would succeed?

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3029/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    13221727 pull

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 6 rows from issue in issue_comments
Powered by Datasette · Queries took 0.702ms · About: xarray-datasette