Skip to content

Commit 20c8938

Browse files
committed
Ha, nice, fix quoting.
1 parent 5d7984d commit 20c8938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Set up nox
6868
uses: wntrblm/[email protected]
6969
- name: Run nox
70-
run: nox -s ${{ matrix.noxenv }}
70+
run: nox -s "${{ matrix.noxenv }}"
7171

7272
packaging:
7373
needs: ci

0 commit comments

Comments
 (0)