Skip to content

Commit 2ead24c

Browse files
authored
Update install-pypi.yaml
1 parent f5a5011 commit 2ead24c

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)