Skip to content

Commit ffac7ef

Browse files
committed
Simplify conda setup
1 parent b3349f8 commit ffac7ef

1 file changed

Lines changed: 6 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,20 @@ jobs:
1818
MAKEFLAGS: "-j$(nproc)"
1919

2020
steps:
21+
- name: System info
22+
run: |
23+
cat /proc/cpuinfo
24+
vmstat -SM
25+
2126
- name: Checkout
2227
uses: actions/checkout@v4
2328

24-
- name: Install conda
29+
- name: Setup conda
2530
uses: conda-incubator/setup-miniconda@v3
2631
with:
27-
miniforge-variant: Miniforge3
28-
miniforge-version: latest
2932
auto-update-conda: true
3033
auto-activate: true
3134
activate-environment: ""
32-
# needed for conda caching
33-
use-only-tar-bz2: true
34-
35-
- name: Setup conda
36-
# conda install -n base conda-libmamba-solver
37-
# conda config --set solver libmamba
38-
# conda install -n base conda-lock==1.4.0
39-
run: |
40-
conda activate base
4135

4236
- name: Cache Scala deps
4337
uses: actions/cache@v5

0 commit comments

Comments
 (0)