home / github / pull_requests

Menu
  • GraphQL API
  • Search all tables

pull_requests: 288965348

This data as json

id node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association auto_merge repo url merged_by
288965348 MDExOlB1bGxSZXF1ZXN0Mjg4OTY1MzQ4 3029 closed 0 Fix pandas-dev tests 5635139 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](https://travis-ci.org/max-sixty/xarray/jobs/546491330): ``` 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? 2019-06-17T18:15:16Z 2019-06-28T15:31:33Z 2019-06-28T15:31:28Z   0eb28c3cc5dd20d176c299d77f23957384c51bee     0 2c5f59aa576dace2c4d5b0b26c141b8f2b9727b0 c2a2a6efcaf2d279c78da4ba3a87ea96afe78be0 MEMBER   13221727 https://github.com/pydata/xarray/pull/3029  

Links from other tables

  • 0 rows from pull_requests_id in labels_pull_requests
Powered by Datasette · Queries took 1.068ms