Skip to content

Commit ae90e48

Browse files
authored
Update docs.yaml
1 parent b0f5b13 commit ae90e48

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

.github/workflows/docs.yaml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,22 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
27-
28-
- name: setup_miniconda
29-
uses: conda-incubator/setup-miniconda@v2
27+
28+
- name: "Setup Micromamba"
29+
uses: mamba-org/setup-micromamba@v2
3030
with:
31-
python-version: 3.11
32-
environment-file: ci/environment.yaml
33-
auto-update-conda: true
34-
channel-priority: flexible
35-
channels: conda-forge
36-
miniforge-variant: Mambaforge
37-
use-mamba: true
31+
environment-file: environment.yaml
32+
environment-name: griddata_env
33+
create-args: >-
34+
python=3.11
35+
init-shell: bash
3836

3937
- name: install package
4038
run: |
41-
pip install -v .
39+
python -m pip install -v .
4240
4341
- name: build docs
4442
run: |

0 commit comments

Comments
 (0)