We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4dcaa commit c52c99cCopy full SHA for c52c99c
.github/workflows/update-nih-data.yml
@@ -22,7 +22,7 @@ jobs:
22
pip install requests plotly numpy kaleido bs4 pandas zstandard
23
- name: Run update script
24
run: |
25
- python cumulative_grants_by_award_date.py
+ python cumulative_grants_by_award_date.py --force-refresh
26
- name: Run federal register script
27
28
python cumulative_fr_announcements.py
0 commit comments