You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consolidate CI Python deps through utils/requirements.txt
- rewrite `utils/requirements.txt` to direct exact pins
- replace scattered workflow `pip install` commands with
`pip install -r utils/requirements.txt`
- add `setup-python` and pip caching to affected ubuntu-latest jobs
- widen targeted test workflow triggers for requirements changes
- clean up a few simple workflow shellcheck issues
SINGLE=$(echo "$CONFIG_JSON" | python3 -c "import sys,json; d=json.load(sys.stdin); print(json.dumps([x for x in d if 'prefill' not in x and not x.get('eval-only', False)]))")
0 commit comments