Parcourir la source

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

Lucas Fernandes Nogueira il y a 2 ans
Parent
commit
014aeca11f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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