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: