From 30032963097b4976e8144d45c33c80a94e5c62eb Mon Sep 17 00:00:00 2001 From: Sahan Paliskara Date: Tue, 17 Sep 2024 17:48:30 -0700 Subject: [PATCH] [hygiene] Update typo in setup-miniconda README.md (#5683) --- .github/actions/setup-miniconda/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-miniconda/README.md b/.github/actions/setup-miniconda/README.md index 4af3e7e1d4..98f416113b 100644 --- a/.github/actions/setup-miniconda/README.md +++ b/.github/actions/setup-miniconda/README.md @@ -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