Skip to content

Commit

Permalink
[hygiene] Update typo in setup-miniconda README.md (#5683)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaliC authored Sep 18, 2024
1 parent ed997d4 commit 3003296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-miniconda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This action provides the following environment variables to use with the provide
# You could potentially lock this down to a specific hash as well
uses: pytorch/test-infra/.github/actions/setup-miniconda@main
with:
python_version: "3.9"
python-version: "3.9"
- name: Can use ${CONDA_RUN}, outputs Python "3.9"
run: |
${CONDA_RUN} python --version
Expand Down

0 comments on commit 3003296

Please sign in to comment.