From d3ad119847d44bd3b87cb2cb289f6a684c6659d3 Mon Sep 17 00:00:00 2001 From: haasad Date: Sun, 29 Oct 2023 23:12:31 +0100 Subject: [PATCH] Use solver libmamba option --- .github/workflows/install-canary.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install-canary.yaml b/.github/workflows/install-canary.yaml index 8825c25d7..8d27bbb8c 100644 --- a/.github/workflows/install-canary.yaml +++ b/.github/workflows/install-canary.yaml @@ -25,7 +25,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install activity-browser run: | - conda create -y -n ab -c conda-forge activity-browser python=${{ matrix.python-version }} + conda create -y -n ab -c conda-forge --solver libmamba activity-browser python=${{ matrix.python-version }} - name: Environment info run: | conda activate ab