Auto-submit partial Task results right before Unit expiration #1773
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: version-sync | |
on: | |
pull_request: | |
push: | |
branches: [main] | |
jobs: | |
mephisto-task-version: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: 3.8 | |
- name: Install Mephisto | |
run: pip install -e . | |
- name: Run version sync script | |
run: python scripts/sync_mephisto_core.py check |