Skip to content

Commit 87b54ad

Browse files
committed
fixed python matrix test issue
Signed-off-by: aritroCoder <ogcodinggod@gmail.com>
1 parent ca35011 commit 87b54ad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
- name: Set up Python ${{ matrix.python-version }}
5050
run: uv python install ${{ matrix.python-version }}
5151

52+
- name: Create an environment
53+
run: uv venv --python ${{ matrix.python-version }}
54+
5255
- name: Install dependencies
5356
run: uv pip install -e ".[test]"
5457

0 commit comments

Comments
 (0)