Browse Source

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

Lucas Fernandes Nogueira 2 years ago
parent
commit
014aeca11f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/bench.yml

+ 1 - 1
.github/workflows/bench.yml

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