We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d68e406 + a00fad0 commit 6d4fc7cCopy full SHA for 6d4fc7c
.github/workflows/conda-test.yml
@@ -31,9 +31,6 @@ jobs:
31
with:
32
activate-environment: happypose
33
python-version: ${{ matrix.python-version }}
34
- miniforge-variant: Mambaforge
35
- miniforge-version: latest
36
- use-mamba: true
37
38
- name: Get date for caching, reset cache every day
39
id: get-date
@@ -54,7 +51,7 @@ jobs:
54
51
id: cache
55
52
56
53
- name: Update conda environment with happypose dependencies
57
- run: mamba env update -n happypose -f environment.yml
+ run: conda env update -n happypose -f environment.yml
58
if: steps.cache.outputs.cache-hit != 'true'
59
60
- name: Install happypose
0 commit comments