Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 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
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,12 @@ jobs:
- run: |
export UV_PROJECT_ENVIRONMENT="${pythonLocation}"
uv sync --extra test --locked
- uses: CodSpeedHQ/action@v3.8.1
- uses: CodSpeedHQ/action@v4.0.1
with:
token: ${{ secrets.CODSPEED_TOKEN }}
# allow updating snapshots due to indeterministic benchmarks
run: pytest -vvv --snapshot-update --durations=10
mode: "instrumentation"

docs:
runs-on: ubuntu-latest
Expand Down
Loading
Loading