Skip to content

Commit 5616bbf

Browse files
authored
Merge pull request #603 from UiPath/chore/ci-test-on-different-python-versions
chore(ci): use different python versions for tests
2 parents 126571a + 3a1b8f7 commit 5616bbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Python
2626
uses: actions/setup-python@v5
2727
with:
28-
python-version-file: ".python-version"
28+
python-version: ${{ matrix.python-version }}
2929

3030
- name: Install dependencies
3131
run: uv sync --all-extras

0 commit comments

Comments
 (0)