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 197697f commit ed95f63Copy full SHA for ed95f63
.github/workflows/install-pypi.yaml
@@ -28,7 +28,7 @@ jobs:
28
# Check both 'library' install and the 'application' (i.e. locked) install
29
install-target: [ "example-fgen-basic", "example-fgen-basic[locked]" ]
30
pip-install-flags: [ "--only-binary example-fgen-basic" ]
31
- toolchain: "no-toolchain"
+ toolchain: [ "no-toolchain" ]
32
include:
33
# Source installs on all OS for a stable Python version
34
# (no need to do more than this)
0 commit comments