Skip to content

Commit 7d058b2

Browse files
committed
Remove default conda channels from docs CI
1 parent 8a06299 commit 7d058b2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/httomolibgpu_doc_conda.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ jobs:
2525
python-version: "3.10"
2626

2727
- name: httomolibgpu
28-
uses: conda-incubator/setup-miniconda@v2
28+
uses: mamba-org/setup-micromamba@v2
2929
with:
30-
auto-update-conda: false
31-
activate-environment: httomolibgpu
30+
environment-name: httomolibgpu
3231
environment-file: ./docs/source/doc-conda-requirements.yml
32+
post-cleanup: 'all'
33+
init-shell: bash
3334

3435
- name: Build api docs
3536
run: sphinx-apidoc -feT -t=./docs/source/_templates -o ./docs/source/api ./httomolibgpu

0 commit comments

Comments
 (0)