mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-11-19 06:16:11 +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
|
toolchain: stable
|
||||||
|
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v5
|
uses: astral-sh/setup-uv@v6
|
||||||
- name: Setup venv
|
- name: Setup venv
|
||||||
run: |
|
run: |
|
||||||
uv venv
|
uv venv
|
||||||
|
|||||||
Reference in New Issue
Block a user