Skip to content

Commit 468743e

Browse files
committed
Revert "fix(pre-commit): TRI-237: Address python version issue"
This reverts commit e6b4374.
1 parent e6b4374 commit 468743e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
- uses: actions/checkout@v3
3737
- uses: actions/setup-python@v5
3838
with:
39-
python-version: '3.12'
39+
python-version: '3.11'
4040
- uses: pre-commit/[email protected]
4141

0 commit comments

Comments
 (0)