Skip to content

Commit

Permalink
Fix CI run name
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Mar 9, 2025
1 parent db35923 commit b9feb17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:

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

strategy:
Expand All @@ -35,9 +35,10 @@ jobs:
python: '3.12'
tests: 'new'
# one additional editable run in pull_request, this has no effect if not pull_request
- os: ubuntu
- os: 'ubuntu'
python: 3.12
editable: true
tests: 'all'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b9feb17

Please sign in to comment.