From eb702c89d2a81a1edf648c36d8d985e4f5d40a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Proch=C3=A1zka?= Date: Fri, 12 Apr 2024 14:14:53 +0200 Subject: [PATCH] Random change to test PR comment trigger (#5952) ### What ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using examples from latest `main` build: [rerun.io/viewer](https://rerun.io/viewer/pr/5952?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [rerun.io/viewer](https://rerun.io/viewer/pr/5952?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG * [x] If applicable, add a new check to the [release checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)! - [PR Build Summary](https://build.rerun.io/pr/5952) - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html) To run all checks from `main`, comment on the PR with `@rerun-bot full-check`. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index ad39c450d273..02e832749897 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,3 @@ facilitates the tool's discovery by other researchers. 1. Download the correct `.whl` from [GitHub Releases](https://github.com/rerun-io/rerun/releases) 2. Run `pip install rerun_sdk<…>.whl` (replace `<…>` with the actual filename) 3. Test it: `rerun --version` - - -### Hi