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 58edbe1 commit 4a1ebd0Copy full SHA for 4a1ebd0
.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: "na"
+ toolchain: [ "not_used" ]
32
include:
33
# Source installs on all OS for a stable Python version
34
# (no need to do more than this)
0 commit comments