Browse Source

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

Lucas Fernandes Nogueira 2 năm trước cách đây
mục cha
commit
014aeca11f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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