Skip to content

Commit

Permalink
fix benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Feb 1, 2024
1 parent 55501c7 commit 3923b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python benchmark.py
echo "_(benchmark **${{ github.run_id }}** / attempt **${{ github.run_attempt }}**)_" >> result.md
cat benchmark.md >> result.md
shell: pixi run bash {0}
shell: pixi run -e py312 bash {0}
- name: Comment on PR
uses: actions/github-script@v7
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 3923b06

Please sign in to comment.