Skip to content

Commit 8994ec5

Browse files
authored
[Benchmark] Use bespoke setup-python action (#885)
1 parent 649eaa8 commit 8994ec5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,15 @@ jobs:
7272
apt-get install -y git
7373
7474
- name: Check out code
75-
uses: actions/checkout@v4
75+
uses: actions/checkout@v5
7676

77-
- name: Install uv
78-
uses: astral-sh/setup-uv@v6
77+
- name: Set up Python
78+
uses: actions/setup-python@v6
7979
with:
8080
python-version: ${{ inputs.python-version }}
81-
enable-cache: true
81+
82+
- name: Install uv
83+
uses: astral-sh/setup-uv@v6
8284

8385
- name: Create virtual environment
8486
run: |

0 commit comments

Comments
 (0)