diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c560aba..82975c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,12 @@ jobs: - name: brew install mercurial run: brew install mercurial + - name: debug hg + run: which hg + + - name: debug mercurial + run: which mercurial + - name: Cache Conda Envs uses: actions/cache@v2 with: