Skip to content

Commit

Permalink
add explicit jupyter dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Aug 26, 2021
1 parent 1994573 commit b7def11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-zenodo-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python-version: 3.6

- name: Install Packages
run: pip install pandas==1.0.5 jupyter-client==6.1.2 nbconvert==5.3.1 tornado==4.2 orcid
run: pip install pandas==1.0.5 jupyter==1.0.0 jupyter-client==6.1.2 nbconvert==5.3.1 tornado==4.2 orcid

- name: Run Notebook
run: jupyter nbconvert gather_data.ipynb --to html --execute --ExecutePreprocessor.timeout=6000
Expand Down

0 comments on commit b7def11

Please sign in to comment.