diff --git a/.github/workflows/macos-conda.yml b/.github/workflows/macos-conda.yml index 734de9d..bb46127 100644 --- a/.github/workflows/macos-conda.yml +++ b/.github/workflows/macos-conda.yml @@ -24,6 +24,7 @@ jobs: run: | # $CONDA is an environment variable pointing to the root of the miniconda directory echo "$CONDA/bin" >> $GITHUB_PATH + echo $GITUB_PATH - name: Install mamba run: |