We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
setup-python
1 parent 9677e50 commit e883df1Copy full SHA for e883df1
1 file changed
.github/workflows/benches.yml
@@ -20,9 +20,14 @@ jobs:
20
- uses: actions/checkout@v6.0.2
21
- uses: astral-sh/setup-uv@v7
22
with:
23
- # codspeed action needs to be run from within the final Python environment
24
- activate-environment: true
25
save-cache: ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'CI-save-pr-cache') }}
+
+ # Using this action is still necessary for CodSpeed to build flamegraphs correctly,
26
+ # see note about setup-python in https://codspeed.io/docs/benchmarks/python#recipes
27
+ - uses: actions/setup-python@v6
28
+ with:
29
+ python-version: ${{ env.UV_PYTHON }}
30
31
- uses: dtolnay/rust-toolchain@stable
32
33
components: rust-src
0 commit comments