Skip to content

Commit 7063cec

Browse files
Resolve pip version conflict
1 parent 61c8903 commit 7063cec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cross_platform.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
fi
4646
4747
# Step 4: Install the rest of the requirements
48-
grep -vE "torch-scatter|torch-sparse|torch-cluster|torch-spline-conv|torch|triton" requirements.txt > other_requirements.txt
48+
# Filter out all packages installed in previous steps, INCLUDING pip
49+
grep -vE "torch-scatter|torch-sparse|torch-cluster|torch-spline-conv|torch|triton|pip" requirements.txt > other_requirements.txt
4950
pip install -r other_requirements.txt
5051
5152
- name: Run Python script

0 commit comments

Comments
 (0)