Merge pull request #1095 from facebookresearch/dependabot/pip/gitpyth… #1417
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@v2 | |
with: | |
python-version: 3.8 | |
- name: Install Mephisto | |
run: pip install -e . | |
- name: Run version sync script | |
run: python scripts/sync_mephisto_task.py check |