瀏覽代碼

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

Lucas Fernandes Nogueira 2 年之前
父節點
當前提交
014aeca11f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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