mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(ci): use python 3.10 on bench workflow (#5550)
This commit is contained in:
committed by
GitHub
parent
e7078a3030
commit
014aeca11f
2
.github/workflows/bench.yml
vendored
2
.github/workflows/bench.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user