Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 0edb17f

Browse files
committed
fix matrix test
Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>
1 parent 892b71a commit 0edb17f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pytest.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ jobs:
6262
done
6363
6464
- name: Run pytest
65-
run: make test
65+
run: |
66+
export UV_PYTHON=${{ matrix.python-version }}
67+
make test
68+
6669
6770
# https://github.com/orgs/community/discussions/26822
6871
pytest:

0 commit comments

Comments
 (0)