File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 37
37
channels : conda-forge
38
38
39
39
- name : Install ipympl
40
- run : pip install -e .
40
+ run : |
41
+ python -m build
42
+ pip install dist/*.whl
41
43
42
44
- name : Check installation files
43
45
run : |
Original file line number Diff line number Diff line change @@ -30,12 +30,14 @@ jobs:
30
30
- name : Install dependencies
31
31
shell : bash -l {0}
32
32
run : |
33
- mamba install python=${{ matrix.python-version }} pip nodejs ipywidgets=7.6 jupyter jupyterlab=3 pillow numpy flake8 pytest nbval
33
+ mamba install python=${{ matrix.python-version }} pip nodejs ipywidgets=7.6 jupyter jupyterlab=3 pillow numpy flake8 pytest nbval yarn build
34
34
pip install git+https://github.com/matplotlib/matplotlib.git
35
35
36
36
- name : Install ipympl
37
37
shell : bash -l {0}
38
- run : pip install -e .
38
+ run : |
39
+ python -m build
40
+ pip install dist/*.whl
39
41
40
42
- name : Check installation files
41
43
shell : bash -l {0}
Original file line number Diff line number Diff line change @@ -13,3 +13,5 @@ dependencies:
13
13
- matplotlib
14
14
- pytest
15
15
- nbval
16
+ - pip :
17
+ - build
You can’t perform that action at this time.
0 commit comments