Skip to content

Commit 1a0e83d

Browse files
Update .github/workflows/build.yml
Co-authored-by: Copilot <[email protected]>
1 parent c863690 commit 1a0e83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade nox virtualenv
3030
31-
- name: Nox ${{ matrix.noxenv }}
31+
- name: Nox ${{ inputs.nox-env }}
3232
run: |
3333
python -m nox -s ${{ inputs.nox-env }}

0 commit comments

Comments
 (0)