There was an error while loading. Please reload this page.
1 parent 5481d0e commit 79a021cCopy full SHA for 79a021c
1 file changed
.github/workflows/update_kpis.yml
@@ -30,6 +30,17 @@ jobs:
30
with:
31
token: ${{ steps.app-token.outputs.token }}
32
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
44
- name: Get total unique contributors across all repositories
45
id: contributors
46
env:
0 commit comments