Skip to content

Commit 79a021c

Browse files
committed
gha: add other KPIs back into action
add the citation KPIs back into action
1 parent 5481d0e commit 79a021c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/update_kpis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ jobs:
3030
with:
3131
token: ${{ steps.app-token.outputs.token }}
3232

33+
- name: Set up Python
34+
uses: actions/setup-python@v5
35+
with:
36+
python-version: '3.12'
37+
38+
- name: Install dependencies
39+
run: pip install pandas requests biopython
40+
41+
- name: Run citations KPI update script
42+
run: python get_total_citations.py
43+
3344
- name: Get total unique contributors across all repositories
3445
id: contributors
3546
env:

0 commit comments

Comments
 (0)