Skip to content

Commit ed95f63

Browse files
committed
Fix syntax
1 parent 197697f commit ed95f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +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: "no-toolchain"
31+
toolchain: [ "no-toolchain" ]
3232
include:
3333
# Source installs on all OS for a stable Python version
3434
# (no need to do more than this)

0 commit comments

Comments
 (0)