We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba9bf7 commit 4d5e89dCopy full SHA for 4d5e89d
.github/workflows/ci-meson.yml
@@ -16,7 +16,7 @@ concurrency:
16
17
jobs:
18
test:
19
- name: 'Conda (${{ matrix.os }}, Python ${{ matrix.python }}, editable: ${{ matrix.editable }})'
+ name: Conda (${{ matrix.os }}, Python ${{ matrix.python }}${{ matrix.editable && ', editable' || '' }})
20
runs-on: ${{ matrix.os }}-latest
21
22
strategy:
0 commit comments