diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 36d86e81a..e886fcf1d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,8 @@ jobs: run: | # $CONDA is an environment variable pointing to the root of the miniconda directory echo $CONDA/bin >> $GITHUB_PATH - conda update -n base conda + which python + #conda update -n base conda conda --version - name: Install dependencies run: |