File tree 3 files changed +24
-12
lines changed
3 files changed +24
-12
lines changed Original file line number Diff line number Diff line change 14
14
python-version : [3.8, 3.9, "3.10"]
15
15
steps :
16
16
17
- - uses : conda-incubator/setup-miniconda@v2
17
+ - name : Setup conda with mambaforge
18
+ uses : conda-incubator/setup-miniconda@v2
18
19
with :
19
20
auto-update-conda : true
21
+ miniforge-variant : Mambaforge
22
+ miniforge-version : latest
23
+ use-mamba : true
20
24
python-version : ${{ matrix.python-version }}
21
25
22
26
- name : Conda info
30
34
- name : Install and Test
31
35
shell : bash -l {0}
32
36
run : |
33
- conda create -n pgv-testenv python=${{ matrix.python-version }}
37
+ mamba create -n pgv-testenv python=${{ matrix.python-version }}
34
38
conda activate pgv-testenv
35
- conda install --channel conda-forge pygraphviz
36
- conda install --channel conda-forge pytest
39
+ mamba install --channel conda-forge pygraphviz
40
+ mamba install --channel conda-forge pytest
37
41
pytest --pyargs pygraphviz
Original file line number Diff line number Diff line change 14
14
python-version : [3.8, 3.9, "3.10"]
15
15
steps :
16
16
17
- - uses : conda-incubator/setup-miniconda@v2
17
+ - name : Setup conda with mambaforge
18
+ uses : conda-incubator/setup-miniconda@v2
18
19
with :
19
20
auto-update-conda : true
21
+ miniforge-variant : Mambaforge
22
+ miniforge-version : latest
23
+ use-mamba : true
20
24
python-version : ${{ matrix.python-version }}
21
25
22
26
- name : Conda info
30
34
- name : Install and Test
31
35
shell : bash -l {0}
32
36
run : |
33
- conda create -n pgv-testenv python=${{ matrix.python-version }}
37
+ mamba create -n pgv-testenv python=${{ matrix.python-version }}
34
38
conda activate pgv-testenv
35
- conda install --channel conda-forge pygraphviz
36
- conda install --channel conda-forge pytest
39
+ mamba install --channel conda-forge pygraphviz
40
+ mamba install --channel conda-forge pytest
37
41
pytest --pyargs pygraphviz
Original file line number Diff line number Diff line change 14
14
python-version : [3.8, 3.9, "3.10"]
15
15
steps :
16
16
17
- - uses : conda-incubator/setup-miniconda@v2
17
+ - name : Setup conda with mambaforge
18
+ uses : conda-incubator/setup-miniconda@v2
18
19
with :
19
20
auto-update-conda : true
21
+ miniforge-variant : Mambaforge
22
+ miniforge-version : latest
23
+ use-mamba : true
20
24
python-version : ${{ matrix.python-version }}
21
25
22
26
- name : Conda info
30
34
- name : Install and Test
31
35
shell : bash -l {0}
32
36
run : |
33
- conda create -n pgv-testenv python=${{ matrix.python-version }}
37
+ mamba create -n pgv-testenv python=${{ matrix.python-version }}
34
38
conda activate pgv-testenv
35
- conda install --channel conda-forge pygraphviz
36
- conda install --channel conda-forge pytest
39
+ mamba install --channel conda-forge pygraphviz
40
+ mamba install --channel conda-forge pytest
37
41
pytest --pyargs pygraphviz
You can’t perform that action at this time.
0 commit comments