perf: Fix near-miss penalty in _morton_order with hybrid ceiling+argsort strategy #1334
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check changelog entries | |
| on: | |
| pull_request: | |
| jobs: | |
| check-changelogs: | |
| name: Check changelog entries | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | |
| - name: Install uv | |
| uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 | |
| - name: Check changelog entries | |
| run: uv run --no-sync python ci/check_changelog_entries.py |