We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad9a70 commit 911785fCopy full SHA for 911785f
.github/workflows/branch-docs.yml
@@ -19,12 +19,10 @@ jobs:
19
with:
20
fetch-depth: 0 # get all tags, lets setuptools_scm do its thing
21
22
- - name: Setup Mambaforge
+ - name: Setup Miniforge
23
uses: conda-incubator/setup-miniconda@v2
24
25
- miniforge-variant: Mambaforge
26
miniforge-version: latest
27
- use-mamba: true
28
python-version: "3.10"
29
activate-environment: docbuild
30
auto-activate-base: false
@@ -40,7 +38,7 @@ jobs:
40
38
id: cache
41
39
42
- name: Update environment
43
- run: mamba env update --verbose -n docbuild -f conda-environments/docbuild.yml
+ run: conda env update --verbose -n docbuild -f conda-environments/docbuild.yml
44
if: steps.cache.outputs.cache-hit != 'true'
45
46
- name: Install activitysim
0 commit comments