Skip to content

Commit bdf4a11

Browse files
committed
(fix) Added Python version specification when installing Python for pre-commit CI to try to solve the issue with flakeheaven
1 parent c96b6d5 commit bdf4a11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
uses: actions/checkout@v4
1313
- name: Install Python
1414
uses: actions/setup-python@v5
15-
15+
with:
16+
python-version: '>=3.9 <3.12'
1617
- name: Install poetry
1718
run: python -m pip install poetry
1819
- name: Cache the virtualenv

0 commit comments

Comments
 (0)