We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e039e38 commit 0262881Copy full SHA for 0262881
1 file changed
.github/workflows/notebook.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Test notebook
32
run: |
33
echo Testing notebook
34
- pip install biopython
+ pip install biopython requests
35
pip install pytest nbmake
36
37
pytest --nbmake --nbmake-kernel=python3 *.ipynb
0 commit comments