Skip to content

Commit e84c576

Browse files
committed
ci: get python version from pyproject.toml
1 parent a650f7c commit e84c576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-reqs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Python
2929
uses: actions/setup-python@v5
3030
with:
31-
python-version: '3.13'
31+
python-version-file: 'pyproject.toml'
3232

3333
- name: Install Poetry
3434
run: pip install poetry

0 commit comments

Comments
 (0)