Skip to content

Commit 9091310

Browse files
authored
Update precommit-check.yml
1 parent 428adc4 commit 9091310

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/precommit-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
uses: trilom/file-changes-action@v1.2.4
2121
with:
2222
output: ' '
23-
- uses: actions/setup-python@v3
23+
- run: ln -s /usr/bin/python3 /usr/bin/python
24+
shell: bash
2425
- name: Run pre-commit
2526
uses: pre-commit/action@v3.0.1
2627
with:

0 commit comments

Comments
 (0)