From 23c4e4c1d7e04e25f030d8bb1947367b05913420 Mon Sep 17 00:00:00 2001 From: sezna Date: Wed, 21 Aug 2024 10:24:53 -0700 Subject: [PATCH] Add python dep to benching stage because reasons --- .github/workflows/bench-reports.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/bench-reports.yml b/.github/workflows/bench-reports.yml index 0c67c54108..349845d3e7 100644 --- a/.github/workflows/bench-reports.yml +++ b/.github/workflows/bench-reports.yml @@ -20,6 +20,9 @@ jobs: with: fetch-depth: 0 ref: alex/benching + - uses: actions/setup-python@v4 + with: + python-version: ${{ env.PYTHON_VERSION }} - name: setup rust uses: actions-rs/toolchain@v1 with: