Skip to content

Commit 877ab37

Browse files
committed
fix Python actions
1 parent 30abf83 commit 877ab37

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/gh-pages.yml

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

4747
- name: Pull COBISS and ArXiv metadata
48-
run: |
49-
python -m pip install arxiv requests unidecode ujson
50-
python scripts/cobiss_parser.py
48+
run: python scripts/cobiss_parser.py
5149

5250
- name: Install NodeJS dependencies
5351
run: npm ci

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
arxiv
2+
requests
3+
unidecode
4+
ujson

0 commit comments

Comments
 (0)