Skip to content

Commit 2e03990

Browse files
committed
Debug missing conda-lock
1 parent b3349f8 commit 2e03990

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,15 @@ jobs:
2424
- name: Install conda
2525
uses: conda-incubator/setup-miniconda@v3
2626
with:
27-
miniforge-variant: Miniforge3
28-
miniforge-version: latest
2927
auto-update-conda: true
3028
auto-activate: true
3129
activate-environment: ""
3230
# needed for conda caching
33-
use-only-tar-bz2: true
31+
# use-only-tar-bz2: true
32+
33+
- name: Sanitize conda
34+
run: |
35+
conda search conda-lock
3436
3537
- name: Setup conda
3638
# conda install -n base conda-libmamba-solver

0 commit comments

Comments
 (0)