Skip to content

Commit f1f251b

Browse files
committed
CI: preinstall psutil wheel
1 parent dc00fbb commit f1f251b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
run: |
5353
echo "Installing dependencies..."
5454
python -m pip install --upgrade pip uv -q
55+
python -m pip install --only-binary=:all: psutil==5.9.8 -q
5556
uv pip compile pyproject.toml -o requirements.txt --universal --all-extras
5657
python -m pip install -r requirements.txt -q
5758
echo "Dependencies installed."

0 commit comments

Comments
 (0)