File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments