We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f61f9c commit 0948417Copy full SHA for 0948417
.github/workflows/CI.yml
@@ -56,13 +56,17 @@ jobs:
56
runner: [ codspeed-macro, ubuntu-latest ]
57
steps:
58
- uses: actions/checkout@v4
59
+ - name: Set up Python
60
+ uses: actions/setup-python@v5
61
+ with:
62
+ python-version-file: "pyproject.toml"
63
- uses: astral-sh/setup-uv@v6
64
with:
65
enable-cache: true
66
- uses: dtolnay/[email protected]
67
- uses: Swatinem/rust-cache@v2
68
- run: uv sync --extra test --locked
- - uses: CodSpeedHQ/action@v3
69
+ - uses: CodSpeedHQ/action@v3.6.1
70
71
token: ${{ secrets.CODSPEED_TOKEN }}
72
# allow updating snapshots due to indeterministic benchmarks
0 commit comments