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 5d7984d commit 20c8938Copy full SHA for 20c8938
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Set up nox
68
uses: wntrblm/[email protected]
69
- name: Run nox
70
- run: nox -s ${{ matrix.noxenv }}
+ run: nox -s "${{ matrix.noxenv }}"
71
72
packaging:
73
needs: ci
0 commit comments