diff --git a/.github/workflows/clean-and-update.yml b/.github/workflows/clean-and-update.yml index 6974ea088..533663f8e 100644 --- a/.github/workflows/clean-and-update.yml +++ b/.github/workflows/clean-and-update.yml @@ -14,7 +14,7 @@ jobs: - uses: conda-incubator/setup-miniconda@v2 with: - python-version: 3.10 + python-version: '3.10' channels: conda-forge,defaults channel-priority: strict show-channel-urls: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 57ece41d6..168cf3f3c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: - uses: conda-incubator/setup-miniconda@v2 with: - python-version: 3.10 + python-version: '3.10' channels: conda-forge,defaults channel-priority: strict show-channel-urls: true