Skip to content

Commit 3df5f62

Browse files
committed
refactor(ci): use single quotes in commands
1 parent 82be073 commit 3df5f62

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

changelog.d/+e6be161c.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use single quotes in commands.

template/.github/workflows/{% if tasks == 'nox' %}ci.yaml{% endif %}.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Install Nox
4545
run: >-
46-
uv tool install "nox[uv]"
46+
uv tool install 'nox[uv]'
4747
--python-preference only-managed
4848
--python 3.13
4949

@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Install Nox
8787
run: >-
88-
uv tool install "nox[uv]"
88+
uv tool install 'nox[uv]'
8989
--python-preference only-managed
9090
--python 3.13
9191

0 commit comments

Comments
 (0)