Skip to content

Commit

Permalink
fix(ci): use python 3.10 on bench workflow (#5550)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Nov 4, 2022
1 parent e7078a3 commit 014aeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.10'
architecture: x64

- name: install dependencies
Expand Down

0 comments on commit 014aeca

Please sign in to comment.