Skip to content

Commit f5a5011

Browse files
committed
Try removing include
1 parent c2e3753 commit f5a5011

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/install-pypi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
# # maybe it will be available when latest images are updated.
3636
# - {compiler: gcc, version: 15}
3737
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"
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"
4343

4444
steps:
4545
- name: Set up Python "${{ matrix.python-version }}"

0 commit comments

Comments
 (0)