Skip to content

Commit 5cbf770

Browse files
committed
Give job a descriptive name.
1 parent 9c2d25e commit 5cbf770

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/benchmark-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212
benchmarks-ref:
1313
required: false
1414
type: string
15-
15+
1616
jobs:
17-
run:
17+
benchmark-tests:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Check out benchmarks
@@ -33,11 +33,11 @@ jobs:
3333
- name: Prepare build environment
3434
uses: ./lf/.github/actions/prepare-build-env
3535
- name: Setup Python
36-
uses: actions/setup-python@v4
36+
uses: actions/setup-python@v4
3737
with:
38-
python-version: '3.10'
38+
python-version: '3.10'
3939
- name: Install Python dependencies
40-
run: pip3 install -r runner/requirements.txt
40+
run: pip3 install -r runner/requirements.txt
4141
- name: Build lfc
4242
run: |
4343
cd lf

0 commit comments

Comments
 (0)