File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - name : Set up dependencies
3030 run : |
3131 python -m pip install --upgrade pip
32- pip install setuptools build cython pytest pytest-skip-slow wheel lxml numpy scipy
32+ pip install setuptools build cython pytest pytest-skip-slow wheel lxml numpy scipy nbformat nbclient ipykernel
3333 - name : Build source distribution
3434 run :
3535 python -m build
5656 - name : Set up dependencies
5757 run : |
5858 python -m pip install --upgrade pip
59- pip install cython pytest pytest-skip-slow wheel lxml numpy scipy
59+ pip install cython pytest pytest-skip-slow wheel lxml numpy scipy nbformat nbclient ipykernel
6060 - name : Build extension
6161 run : |
6262 python -m pip install -v .
7979 - name : Set up dependencies
8080 run : |
8181 python -m pip install --upgrade pip
82- pip install cython pytest pytest-skip-slow wheel lxml numpy scipy
82+ pip install cython pytest pytest-skip-slow wheel lxml numpy scipy nbformat nbclient ipykernel
8383 - name : Build extension
8484 run : |
8585 python -m pip install -v .
@@ -102,7 +102,7 @@ jobs:
102102 - name : Set up dependencies
103103 run : |
104104 python -m pip install --upgrade pip
105- pip install cython pytest pytest-skip-slow wheel lxml numpy scipy
105+ pip install cython pytest pytest-skip-slow wheel lxml numpy scipy nbformat nbclient ipykernel
106106 - name : Build extension
107107 run : |
108108 python -m pip install -v .
You can’t perform that action at this time.
0 commit comments