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