Skip to content

Commit e6c1e8c

Browse files
change to take the input
1 parent c77c405 commit e6c1e8c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
workflow_call:
88
inputs:
99
os:
10-
default: "ubuntu-latest"
1110
description: "Comma-delineated list of OS targets to run tests on"
1211
required: false
1312
type: string
@@ -37,7 +36,7 @@ jobs:
3736

3837
- id: set-matrix
3938
run: |
40-
uv run noxfile.py --session gha_matrix
39+
uv run noxfile.py --session gha_matrix -- "${{ inputs.os }}"
4140
4241
test:
4342
name: Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }} (${{ matrix.os }})

0 commit comments

Comments
 (0)