We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617b0a0 commit b1ac77cCopy full SHA for b1ac77c
.github/workflows/pr-checks.yml
@@ -56,7 +56,7 @@ jobs:
56
rm -rf ~/.cache/pip ~/.cache/uv ~/.cache/uv-build || true
57
uv cache clean || true
58
# compile deterministic requirements with hashes
59
- uv pip compile pyproject.toml -o requirements.txt --universal --all-extras --output-hashes
+ uv pip compile pyproject.toml -o requirements.txt --universal --all-extras
60
# install from compiled requirements, prefer wheels to avoid building from source
61
python -m pip install --only-binary=:all: -r requirements.txt -q --no-cache-dir
62
echo "Dependencies installed."
0 commit comments