Skip to content

Commit

Permalink
Merge pull request #17 from h-vetinari/init
Browse files Browse the repository at this point in the history
add init-test to ray-core, bring back opencensus
  • Loading branch information
vnlitvinov authored Jun 21, 2021
2 parents 37c8311 + 5b4a929 commit 7bb94d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ source:
- patches/0015-Ignore-warnings-in-logging.cc.patch

build:
number: 0
number: 1
skip: true # [py<36]
# skip on MacOS as there's some weird compilation issue and I have no MacOS to develop on
skip: true # [osx]
Expand Down Expand Up @@ -99,6 +99,7 @@ outputs:
- jsonschema
- msgpack-python >=1.0.0, <2.0.0
- numpy >=1.16
- opencensus
- pickle5 # [py<38]
- prometheus_client >=0.7.1
- protobuf >=3.8.0
Expand All @@ -116,6 +117,12 @@ outputs:
- ray.runtime_context
- ray.state
- ray.worker
# init-code seemingly depends on platform or other ambient things;
# the following doesn't get triggered in CI, but was a problem in
# https://github.com/conda-forge/ray-packages-feedstock/issues/16
- ray.metrics_agent
commands:
- python -c "import ray; ray.init()"

- name: ray-autoscaler
build:
Expand Down

0 comments on commit 7bb94d4

Please sign in to comment.