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 5a35b0b commit 78c398eCopy full SHA for 78c398e
.github/workflows/uv-tests.yml
@@ -27,7 +27,7 @@ jobs:
27
28
# set pre-commit cache
29
- name: set PY
30
- run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
+ run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> "$GITHUB_ENV"
31
- uses: actions/cache@v4
32
with:
33
path: ~/.cache/pre-commit
0 commit comments