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: