Skip to content

Commit c1ec477

Browse files
committed
update naming within .github/workflows
1 parent c14cc0a commit c1ec477

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: ${{ matrix.python-version }}
2828
cache: pip
2929

30-
- name: Install (testing)
30+
- name: Install testing dependencies
3131
run: |
3232
python -m pip install --upgrade pip
3333
python -m pip install -e .[testing]
@@ -131,7 +131,7 @@ jobs:
131131
}
132132
133133
coverage:
134-
name: Coverage (ubuntu, latest python)
134+
name: Coverage
135135
needs: unit
136136
runs-on: ubuntu-24.04
137137
timeout-minutes: 30

0 commit comments

Comments
 (0)