Skip to content

Commit d3266c3

Browse files
committed
explicitly install reqs
1 parent 3e1e087 commit d3266c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
run: |
5151
python -m pip install --upgrade pip
5252
python -m pip install flake8
53+
pip install -r requirements.txt
5354
pip install .
5455
5556
- name: Lint with flake8
@@ -61,5 +62,5 @@ jobs:
6162
6263
- name: run jupyter notebook tests
6364
run: |
64-
python -m pip install pytest nbconvert
65+
python -m pip install pytest nbval jupyter
6566
pytest --nbval examples/

0 commit comments

Comments
 (0)