Skip to content

Commit 911785f

Browse files
committed
[makedocs] update branch docs
1 parent aad9a70 commit 911785f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/branch-docs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ jobs:
1919
with:
2020
fetch-depth: 0 # get all tags, lets setuptools_scm do its thing
2121

22-
- name: Setup Mambaforge
22+
- name: Setup Miniforge
2323
uses: conda-incubator/setup-miniconda@v2
2424
with:
25-
miniforge-variant: Mambaforge
2625
miniforge-version: latest
27-
use-mamba: true
2826
python-version: "3.10"
2927
activate-environment: docbuild
3028
auto-activate-base: false
@@ -40,7 +38,7 @@ jobs:
4038
id: cache
4139

4240
- name: Update environment
43-
run: mamba env update --verbose -n docbuild -f conda-environments/docbuild.yml
41+
run: conda env update --verbose -n docbuild -f conda-environments/docbuild.yml
4442
if: steps.cache.outputs.cache-hit != 'true'
4543

4644
- name: Install activitysim

0 commit comments

Comments
 (0)