Skip to content

Commit 72c8dc0

Browse files
fix: update dependencies in CI workflow to include nbformat, nbclient, and ipykernel
1 parent 782aa88 commit 72c8dc0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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
@@ -56,7 +56,7 @@ jobs:
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 .
@@ -79,7 +79,7 @@ jobs:
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 .

0 commit comments

Comments
 (0)