Skip to content

Commit 1e3d9e6

Browse files
committed
Make python-version match for pre-commits
1 parent 2553e04 commit 1e3d9e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Pre-commit-hooks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- uses: actions/checkout@v3
2424
#setting up Python v3.0.0
2525
- uses: actions/[email protected]
26+
with:
27+
python-version: '3.9'
2628
#using pre-commit latest i.e v2.0.3
2729
- uses: pre-commit/[email protected]
2830
#Running pre-commit for all files

0 commit comments

Comments
 (0)