Main branch should always pass the tests.
Seems a clean checkout of chemrof with a current linkml tools does not pass the tests.
```bash
cd /tmp
git clone git@github.com:chemkg/chemrof.git
python3 -m venv venv
source venv/bin/activate
poetry install --no-interaction --no-root
make test
```
I suggest that everyone, must always use a pull request even trusted developers.
关闭于 2025-04-23 0 条评论