Skip to content

Commit e497c1e

Browse files
authored
Partly Revert #37832 (#37837)
1 parent 892fa0a commit e497c1e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build_wheels.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -229,15 +229,6 @@ jobs:
229229
]
230230
# Keep in sync (remove asterisks) with PY_VERSIONS_FULL env var above - if changed, change that as well.
231231
py_version: ["cp310-", "cp311-", "cp312-", "cp313-"]
232-
# The following exclude/include skips intermediate Python versions on GitHub hosted runners for PR run
233-
is_pr:
234-
- ${{ github.event_name == 'pull_request' }}
235-
exclude:
236-
- is_pr: true
237-
include:
238-
- os_python.os: "ubuntu-20.04"
239-
- py_version: "cp310-"
240-
- py_version: "cp313-"
241232
steps:
242233
- name: Download python source distribution from artifacts
243234
uses: actions/download-artifact@v5

0 commit comments

Comments
 (0)