Skip to content

Commit

Permalink
Pin miniconda version, fixes vision and audio binary wheel builds (#1345
Browse files Browse the repository at this point in the history
)

This most nightly wheel builds for vision and audio:

https://github.com/pytorch/vision/actions/runs/3800536129/jobs/6466764135

Please note torchrec builds are broken since 15.12.2022 :
https://github.com/pytorch/torchrec/actions/runs/3704102590

Had to fix miniconda version as per:
conda-incubator/setup-miniconda#261
  • Loading branch information
atalman committed Dec 30, 2022
1 parent a5a5e61 commit 64ff74d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-binary-builds/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ runs:
echo "ARTIFACT_NAME=${REPOSITORY/\//_}_${REF}_${PYTHON_VERSION}" >> "${GITHUB_ENV}"
- name: Setup miniconda (for pytorch_pkg_helpers)
if: ${{ inputs.setup-miniconda == 'true' }}
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v2.1.1
with:
miniconda-version: "latest"
miniconda-version: "py39_4.12.0"
python-version: 3.9
- name: Clean conda environment
shell: bash -l {0}
Expand Down

0 comments on commit 64ff74d

Please sign in to comment.