Skip to content

Commit b9feb17

Browse files
authored
Fix CI run name
1 parent db35923 commit b9feb17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-meson.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919

2020
jobs:
2121
test:
22-
name: Conda (${{ matrix.os }}, Python ${{ matrix.python }}, ${{ matrix.tests }})${{ matrix.editable && ', editable' || '' }})
22+
name: Conda (${{ matrix.os }}, Python ${{ matrix.python }}, ${{ matrix.tests }}${{ matrix.editable && ', editable' || '' }})
2323
runs-on: ${{ matrix.os }}-latest
2424

2525
strategy:
@@ -35,9 +35,10 @@ jobs:
3535
python: '3.12'
3636
tests: 'new'
3737
# one additional editable run in pull_request, this has no effect if not pull_request
38-
- os: ubuntu
38+
- os: 'ubuntu'
3939
python: 3.12
4040
editable: true
41+
tests: 'all'
4142

4243
steps:
4344
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)