Skip to content

Commit 6d4fc7c

Browse files
authored
Merge pull request #203 from nim65s/conda
drop conda/mamba/mini broken nonsense
2 parents d68e406 + a00fad0 commit 6d4fc7c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/conda-test.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
with:
3232
activate-environment: happypose
3333
python-version: ${{ matrix.python-version }}
34-
miniforge-variant: Mambaforge
35-
miniforge-version: latest
36-
use-mamba: true
3734

3835
- name: Get date for caching, reset cache every day
3936
id: get-date
@@ -54,7 +51,7 @@ jobs:
5451
id: cache
5552

5653
- name: Update conda environment with happypose dependencies
57-
run: mamba env update -n happypose -f environment.yml
54+
run: conda env update -n happypose -f environment.yml
5855
if: steps.cache.outputs.cache-hit != 'true'
5956

6057
- name: Install happypose

0 commit comments

Comments
 (0)