From feb6ff66058d350fcafd08928cdc08e4a38c67ec Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Wed, 26 Aug 2020 22:49:59 +0000 Subject: [PATCH] attempt to fix macos ci --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d06d38..01ff143 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,6 +61,7 @@ jobs: run: if [[ -e build/envs.txt ]]; then touch build/envs.txt; fi; if [[ -e build/deps.txt ]]; then touch build/deps.txt; fi; + brew install mercurial make conda - name: make lint