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