Skip to content

Commit 9bee062

Browse files
committed
Pin CI pre-commit job to Python 3.9
1 parent 440a051 commit 9bee062

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-python@v2
19+
with:
20+
python-version: 3.9
1921
- uses: pre-commit/action@v2.0.0
2022

2123
test:

0 commit comments

Comments
 (0)