Skip to content

Commit

Permalink
Remove parallelism limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
claudevdm committed Jan 3, 2025
1 parent eb0e196 commit ac3cf26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ jobs:
]
# Keep in sync (remove asterisks) with PY_VERSIONS_FULL env var above - if changed, change that as well.
py_version: ["cp39-", "cp310-", "cp311-", "cp312-"]
max-parallel: 8
steps:
- name: Download python source distribution from artifacts
uses: actions/[email protected]
Expand Down

0 comments on commit ac3cf26

Please sign in to comment.