From f691b3703f3917400bd247a85a9775f38793e9cb Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Wed, 26 Aug 2020 23:21:32 +0000 Subject: [PATCH] attempt to fix macos ci --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01ff143..c560aba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,9 @@ jobs: steps: - uses: actions/checkout@v2 + - name: brew install mercurial + run: brew install mercurial + - name: Cache Conda Envs uses: actions/cache@v2 with: @@ -61,7 +64,6 @@ 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