Skip to content

Commit a8628a7

Browse files
committed
fix Python actions
1 parent 877ab37 commit a8628a7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
cache: npm
4646

4747
- name: Pull COBISS and ArXiv metadata
48-
run: python scripts/cobiss_parser.py
48+
run: |
49+
python -m pip install arxiv requests unidecode ujson
50+
python scripts/cobiss_parser.py
4951
5052
- name: Install NodeJS dependencies
5153
run: npm ci

0 commit comments

Comments
 (0)