Skip to content

Commit 77b7140

Browse files
committed
fix: broken ci
1 parent 5f57d64 commit 77b7140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
pip install --upgrade pip
2424
pip install --upgrade setuptools
25-
poetry env use "3.11"
25+
poetry env use "3.12"
2626
poetry install
2727
- name: Run Lints
2828
run: |

0 commit comments

Comments
 (0)