Skip to content

Commit

Permalink
Use solver libmamba option
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Oct 29, 2023
1 parent ac5ed58 commit d3ad119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3ad119

Please sign in to comment.