Skip to content

Commit

Permalink
Don't install pre-commit hooks
Browse files Browse the repository at this point in the history
Co-Authored-By: Saransh Chopra <[email protected]>
  • Loading branch information
agriyakhetarpal and Saransh-cpp committed Jul 18, 2023
1 parent 0704c4f commit 32622ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/teams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.11
- run: python scripts/generate_teams.py

- name: Run the teams generation script
run: python scripts/generate_teams.py

- name: Run pre-commit hooks
run: |
pip install pre-commit
pre-commit install
pre-commit run --all-files
# Will exit silently if there are no changes
Expand Down

0 comments on commit 32622ac

Please sign in to comment.