Skip to content

Commit

Permalink
fix zenodo pipeline env (#1787)
Browse files Browse the repository at this point in the history
* pin jupyter client

* disable pr trigger

* remove blankspace
  • Loading branch information
epassaro authored Aug 26, 2021
1 parent ef056ce commit 1994573
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 nbconvert==5.3.1 tornado==4.2 orcid
run: pip install pandas==1.0.5 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 1994573

Please sign in to comment.