Skip to content

Commit 3a9e135

Browse files
committed
Update test step to use matrix Python version in pytest command
1 parent 181a41d commit 3a9e135

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109

110110
- id: tests
111111
name: Run tests
112-
run: uv run pytest --cov -sv
112+
run: uv run --python ${{ matrix.python }} pytest --cov -sv
113113

114114
build:
115115
name: Build release candidate

0 commit comments

Comments
 (0)