Merge pull request #1266 from facebookresearch/fix-in-house-provider-… #1804
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.9 | |
- name: Install Mephisto | |
run: pip install -e . | |
- name: Run version sync script | |
run: python scripts/sync_mephisto_core.py check |