fix(ci): use python 3.10 on bench workflow (#5550)

This commit is contained in:
Lucas Fernandes Nogueira
2022-11-04 19:25:55 -03:00
committed by GitHub
parent e7078a3030
commit 014aeca11f

View File

@@ -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