don't install extraneous old version of pydantic in ci and make sre to run multigpu ci (#2355)

This commit is contained in:
Wing Lian
2025-02-21 22:06:29 -05:00
committed by GitHub
parent bf842730a5
commit a4170030ab
3 changed files with 9 additions and 11 deletions

View File

@@ -4,6 +4,10 @@ on:
pull_request:
paths:
- 'tests/e2e/multigpu/*.py'
- 'requirements.txt'
- 'setup.py'
- 'pyproject.toml'
- '.github/workflows/multi-gpu-e2e.yml'
workflow_dispatch:
schedule:
- cron: '0 0 * * 1,4' # Runs at 00:00 UTC every monday & thursday