File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 16
16
with :
17
17
environment-name : ipympl-dev
18
18
environment-file : dev-environment.yml
19
- python-version : ${{ matrix.python-version }}
20
- auto-activate-base : false
21
19
channels : conda-forge
22
20
- name : Install
23
21
run : python -m pip install -v .[docs]
Original file line number Diff line number Diff line change 27
27
with :
28
28
environment-name : ipympl-dev
29
29
environment-file : dev-environment.yml
30
- auto-activate-base : false
31
30
channels : conda-forge
32
31
33
32
- name : Build packages
67
66
with :
68
67
environment-name : ipympl-dev
69
68
environment-file : dev-environment.yml
70
- python-version : ${{ matrix.python }}
71
- auto-activate-base : false
72
69
channels : conda-forge
70
+ extra-specs : |
71
+ python=${{ matrix.python }}
73
72
74
73
- if : matrix.mpl-version == 'latest'
75
74
name : Install latest Matplotlib
You can’t perform that action at this time.
0 commit comments