Skip to content

Commit e253aed

Browse files
committed
Update Python version command in GitHub workflow
Modified the command for checking the Python version to use 'uv run' instead of 'python'. This ensures consistency and proper execution within the specified environment.
1 parent f676068 commit e253aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-to-ynab.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: uv --version
2626
- name: Install Python 3.12
2727
run: uv python install 3.12
28-
- run: python --version
28+
- run: uv run python --version
2929
- name: Verify cache
3030
if: steps.setup-uv.outputs.cache-hit == 'true'
3131
run: echo "Cache was restored"

0 commit comments

Comments
 (0)