Skip to content

Commit 58edbe1

Browse files
committed
Fix up naming
1 parent d675c70 commit 58edbe1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/install-pypi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
test-pypi-install:
20-
name: Test PyPI install ${{ matrix.install-target }} (${{ matrix.python-version }}, ${{ matrix.os }})
20+
name: Test PyPI install ${{ matrix.install-target }} ${{ matrix.pip-install-flags }} (${{ matrix.os }}, ${{ matrix.python-version }}, ${{ matrix.toolchain }})
2121
runs-on: "${{ matrix.os }}"
2222
strategy:
2323
fail-fast: false
@@ -28,6 +28,7 @@ jobs:
2828
# Check both 'library' install and the 'application' (i.e. locked) install
2929
install-target: ["example-fgen-basic", "example-fgen-basic[locked]"]
3030
pip-install-flags: ["--only-binary example-fgen-basic"]
31+
toolchain: "na"
3132
include:
3233
# Source installs on all OS for a stable Python version
3334
# (no need to do more than this)

0 commit comments

Comments
 (0)