Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed May 28, 2024
1 parent bab2ee3 commit c705173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ jobs:
WHEEL_NAME=$(ls "${{ inputs.repository }}/dist/")
echo "$WHEEL_NAME"
export TORCHINDUCTOR_COMPILE_THREADS=1
${CONDA_RUN} pip install "${{ inputs.repository }}/dist/$WHEEL_NAME"
# Checking that we have a pinned version of torch in our dependency tree
(
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def generate_wheels_matrix(
arches += mod.ROCM_ARCHES

if limit_pr_builds:
python_versions = [python_versions[0]]
python_versions = ["3.11"]

ret: List[Dict[str, str]] = []
for python_version in python_versions:
Expand Down

0 comments on commit c705173

Please sign in to comment.