Skip to content

Commit

Permalink
fix pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jennmald committed Dec 17, 2024
1 parent 897f06a commit abe826a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run pre-commit
run: |
pre-commit run --all-files --show-diff
testing:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository

Expand All @@ -50,7 +50,7 @@ jobs:
- uses: actions/setup-python@v5


- name: Python/IPython info
- name: Python/IPython info
run: |
which python
python -VV
Expand Down

0 comments on commit abe826a

Please sign in to comment.