Skip to content

Commit 0262881

Browse files
authored
Add requests package to notebook testing workflow
1 parent e039e38 commit 0262881

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/notebook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Test notebook
3232
run: |
3333
echo Testing notebook
34-
pip install biopython
34+
pip install biopython requests
3535
pip install pytest nbmake
3636
3737
pytest --nbmake --nbmake-kernel=python3 *.ipynb

0 commit comments

Comments
 (0)