mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-11-19 04:16:10 +00:00
Update Python and uv setup actions in run-benchmarks workflow
This commit is contained in:
4
.github/workflows/run-benchmarks.yml
vendored
4
.github/workflows/run-benchmarks.yml
vendored
@@ -37,9 +37,9 @@ jobs:
|
||||
toolchain: stable
|
||||
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
uses: astral-sh/setup-uv@v6
|
||||
- name: Setup venv
|
||||
run: |
|
||||
uv venv
|
||||
|
||||
Reference in New Issue
Block a user