Skip to content

Commit

Permalink
Add python dep to benching stage because reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna committed Aug 21, 2024
1 parent c1527f8 commit 23c4e4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bench-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 23c4e4c

Please sign in to comment.