Skip to content

Commit aaf2930

Browse files
committed
ci: configure explicit Python version for smoke tests
Pass python-version to setup-uv action to ensure the correct Python version is installed before running smoke tests. Enable cache-python to speed up subsequent workflow runs.
1 parent 2ee9d93 commit aaf2930

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
uses: actions/checkout@v5
4242
- name: Install uv
4343
uses: astral-sh/setup-uv@v6
44+
with:
45+
python-version: ${{ matrix.python }}
46+
cache-python: true
4447
- name: Download artifacts
4548
uses: actions/download-artifact@v4
4649
with:

0 commit comments

Comments
 (0)