Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ jobs:
python -m pip install --upgrade pip
# get proper PyICU (for natsort)
sudo apt-get install pkg-config libicu-dev
pip install uv
pip install --no-binary=:pyicu: pyicu
# install onyo
pip install -e ".[tests]"
uv pip install --system -e ".[tests]"
sudo apt-get install -y zsh
- name: ruff linting
run: |
ruff check
uvx ruff check
- name: Pyre type-checking
run: |
pyre --noninteractive check
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ tests = [
'pytest-benchmark',
'pytest-cov',
'pytest-randomly',
'ruff',
]
docs = [
'Faker',
Expand Down