From 6a37b0da0c9483171893bfe9c3e89ea51af35a44 Mon Sep 17 00:00:00 2001 From: zm711 <92116279+zm711@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:29:36 -0400 Subject: [PATCH] fix misaligned run --- installation-tips-test.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/installation-tips-test.yml b/installation-tips-test.yml index 2628b08529..c6c32b812b 100644 --- a/installation-tips-test.yml +++ b/installation-tips-test.yml @@ -7,7 +7,7 @@ on: - cron: "0 12 * * *" # Daily at noon UTC jobs: - testing: + installation-tips-testing: name: Build Conda Env on ${{ matrix.os }} OS runs-on: ${{ matrix.os }} defaults: @@ -25,15 +25,9 @@ jobs: label: windows steps: - uses: actions/checkout@v3 - - name: Set up Python 3.10 - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: '3.10' - - name: Add conda to system path - run: | - # $CONDA is an environment variable pointing to the root of the miniconda directory - echo $CONDA/bin >> $GITHUB_PATH - - name: Test Conda Environment Creation uses: conda-incubator/setup-miniconda@v2.2.0 with: