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 c2e3753 commit f5a5011Copy full SHA for f5a5011
.github/workflows/install-pypi.yaml
@@ -35,11 +35,11 @@ jobs:
35
# # maybe it will be available when latest images are updated.
36
# - {compiler: gcc, version: 15}
37
pip-install-flags: ["--only-binary example-fgen-basic"]
38
- include:
39
- # Source installs on all OS for a stable Python version
40
- # (no need to do more than this)
41
- - pip-install-flags: "--no-binary example-fgen-basic"
42
- python-version: "3.11"
+ # include:
+ # # Source installs on all OS for a stable Python version
+ # # (no need to do more than this)
+ # - pip-install-flags: "--no-binary example-fgen-basic"
+ # python-version: "3.11"
43
44
steps:
45
- name: Set up Python "${{ matrix.python-version }}"
0 commit comments