Skip to content

Commit b1ac77c

Browse files
committed
CI: remove unsupported uv flag
1 parent 617b0a0 commit b1ac77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
rm -rf ~/.cache/pip ~/.cache/uv ~/.cache/uv-build || true
5757
uv cache clean || true
5858
# compile deterministic requirements with hashes
59-
uv pip compile pyproject.toml -o requirements.txt --universal --all-extras --output-hashes
59+
uv pip compile pyproject.toml -o requirements.txt --universal --all-extras
6060
# install from compiled requirements, prefer wheels to avoid building from source
6161
python -m pip install --only-binary=:all: -r requirements.txt -q --no-cache-dir
6262
echo "Dependencies installed."

0 commit comments

Comments
 (0)