Skip to content

Commit ff61170

Browse files
Update dependency installation in GitHub Actions workflow
1 parent 586454b commit ff61170

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ 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 nbformat nbclient ipykernel
32+
pip install setuptools build cython wheel
33+
pip install -r tests/requirements.txt
34+
pip install -r doc/requirements.txt
3335
- name: Build source distribution
3436
run:
3537
python -m build

0 commit comments

Comments
 (0)