From afd990ef993037908af2bce90185ebdd963372d5 Mon Sep 17 00:00:00 2001 From: Ella Wu <602725+ewu63@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:45:58 -0700 Subject: [PATCH] quotes --- .github/workflows/windows-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 5827f9f6..ca0db716 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 - uses: conda-incubator/setup-miniconda@v3 with: - python-version: 3.10 + python-version: "3.10" channels: conda-forge,defaults channel-priority: strict activate-environment: pyos-build