We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77c405 commit e6c1e8cCopy full SHA for e6c1e8c
.github/workflows/test.yml
@@ -7,7 +7,6 @@ on:
7
workflow_call:
8
inputs:
9
os:
10
- default: "ubuntu-latest"
11
description: "Comma-delineated list of OS targets to run tests on"
12
required: false
13
type: string
@@ -37,7 +36,7 @@ jobs:
37
36
38
- id: set-matrix
39
run: |
40
- uv run noxfile.py --session gha_matrix
+ uv run noxfile.py --session gha_matrix -- "${{ inputs.os }}"
41
42
test:
43
name: Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }} (${{ matrix.os }})
0 commit comments