Skip to content

Commit 78c398e

Browse files
committed
fix some linting issue?
1 parent 5a35b0b commit 78c398e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/uv-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
# set pre-commit cache
2929
- name: set PY
30-
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
30+
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> "$GITHUB_ENV"
3131
- uses: actions/cache@v4
3232
with:
3333
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)