We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877ab37 commit a8628a7Copy full SHA for a8628a7
1 file changed
.github/workflows/gh-pages.yml
@@ -45,7 +45,9 @@ jobs:
45
cache: npm
46
47
- name: Pull COBISS and ArXiv metadata
48
- run: python scripts/cobiss_parser.py
+ run: |
49
+ python -m pip install arxiv requests unidecode ujson
50
+ python scripts/cobiss_parser.py
51
52
- name: Install NodeJS dependencies
53
run: npm ci
0 commit comments