From 08641c1cc4612fabbbd3a818b2fd1316a0d358b0 Mon Sep 17 00:00:00 2001 From: "J. Hariharan" Date: Wed, 18 Oct 2023 18:53:10 -0500 Subject: [PATCH 1/3] Update docs.yml try using different miniconda action version --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b8dfcac..7d3a76c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v2 with: persist-credentials: false - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v2.2 with: python-version: '3.9' mamba-version: "*" From 1f5fb186749a791079bb197f87bd39113fdb3083 Mon Sep 17 00:00:00 2001 From: "J. Hariharan" Date: Wed, 18 Oct 2023 18:59:16 -0500 Subject: [PATCH 2/3] Update docs.yml try micromamba --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7d3a76c..c31bd89 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v2 with: persist-credentials: false - - uses: conda-incubator/setup-miniconda@v2.2 + - uses: mamba-org/setup-micromamba@v1 with: python-version: '3.9' mamba-version: "*" From 6bf556c88368ac92790db913b17e98c879d57faa Mon Sep 17 00:00:00 2001 From: "J. Hariharan" Date: Wed, 18 Oct 2023 19:03:21 -0500 Subject: [PATCH 3/3] Update docs.yml updates for mamba ci action --- .github/workflows/docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c31bd89..3c0ca69 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,10 +23,11 @@ jobs: python-version: '3.9' mamba-version: "*" channels: conda-forge, defaults + environment-file: environment.yml + init-shell: bash - name: Install RivGraph, dependencies, and Sphinx then build docs shell: bash -l {0} run: | - mamba env create -q --file environment.yml conda activate rivgraph python setup.py install python -m pip install --upgrade pip