Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
augray committed Mar 8, 2024
1 parent 86b4cfa commit 20c741b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@



.. image:: https://img.shields.io/pypi/v/sematic/0.36.0?style=for-the-badge
:target: https://img.shields.io/pypi/v/sematic/0.36.0?style=for-the-badge
.. image:: https://img.shields.io/pypi/v/sematic/0.37.0?style=for-the-badge
:target: https://img.shields.io/pypi/v/sematic/0.37.0?style=for-the-badge
:alt: PyPI


Expand Down
14 changes: 14 additions & 0 deletions developer-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ whenever `requirements/ci-requirements.txt`) will be updated:
$ make install-dev-deps
```

### Bazel installation

Be sure to install a compatible version of bazel: `sudo apt update && sudo apt install bazel-6.1.1`

You may also want to add the following to your .bashrc: `export USE_BAZEL_VERSION=6.1.1`

## Testing

Guideline for testing changes that might impact pipeline runs:
Expand Down Expand Up @@ -169,9 +175,17 @@ changes.
1. Smoke test new features that were included or significantly updated in the
release.
1. Ensure you have a compatible version of bazel:
```bash
$ export USE_BAZEL_VERSION=6.1.1
$ sudo apt update && sudo apt install bazel-6.1.1
```
1. Run the Testing Pipeline with the test cases listed below on this deployment, and
check that it completes successfully, while perusing its outputs and logs to check
that they render correctly.
```bash
$ # STAGE:
$ bazel run sematic/examples/testing_pipeline:__main__ -- \
Expand Down

0 comments on commit 20c741b

Please sign in to comment.