We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc00fbb commit f1f251bCopy full SHA for f1f251b
.github/workflows/pr-checks.yml
@@ -52,6 +52,7 @@ jobs:
52
run: |
53
echo "Installing dependencies..."
54
python -m pip install --upgrade pip uv -q
55
+ python -m pip install --only-binary=:all: psutil==5.9.8 -q
56
uv pip compile pyproject.toml -o requirements.txt --universal --all-extras
57
python -m pip install -r requirements.txt -q
58
echo "Dependencies installed."
0 commit comments