Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/hfUpdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Update Huggingface Dataset
on:
schedule: # once daily at 3:05 pm PST (23:05 UTC)
- cron: "5 23 * * *"
workflow_dispatch:

jobs:
run:
Expand All @@ -28,7 +29,3 @@ jobs:
echo "VITE_ENV=${{ secrets.VITE_ENV }}" >> .env
- name: Run script
run: python updateHfDataset.py

# Notes on running this thing on macos:
# brew install act
# act -j run --verbose (verbose since the steps take so long the first time)
7 changes: 7 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"jszip": "^3.10.1",
"lodash.debounce": "^4.0.8",
"mapbox-gl": "^2.15.0",
"mixpanel-browser": "^2.47.0",
"mixpanel-browser": "^2.47.0",
"moment": "^2.29.4",
"papaparse": "^5.4.1",
"prop-types": "^15.8.1",
Expand All @@ -66,6 +66,7 @@
"redux-logger": "^3.0.6",
"redux-saga": "^1.2.3",
"regenerator-runtime": "^0.14.0",
"test-setup": "^0.1.0",
"web-worker": "^1.2.0",
"yup": "^1.6.1"
},
Expand Down