diff --git a/docs/ci.md b/docs/ci.md index fdd0fb6d..bd97d9ff 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -10,7 +10,7 @@ All unit tests currently live in the `tests/unit` directory and are run with [py To run the unit tests, you can run `tox -e py3-unit`. -In CI, the tests are run with Python 3.11 - 3.13 on Ubuntu and MacOS runners - you can see the details [in the unit tests workflow file](https://github.com/instructlab/training/blob/main/.github/workflows/unit.yaml). +In CI, the tests are run with Python 3.11 - 3.13 on Ubuntu runners - you can see the details [in the unit tests workflow file](https://github.com/instructlab/training/blob/main/.github/workflows/unit.yaml). ## Smoke tests