Skip to content

Commit 1cca42f

Browse files
committed
fix: Resolve error in CI for python setup step
1 parent 9fb05ad commit 1cca42f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
- name: Set up Python
3131
uses: actions/setup-python@v5
3232
with:
33-
python-version-file: "3.14"
33+
python-version-file: ".python-version"
34+
3435

3536
- name: Build the project
3637
run: |

0 commit comments

Comments
 (0)