We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c8903 commit 7063cecCopy full SHA for 7063cec
1 file changed
.github/workflows/cross_platform.yml
@@ -45,7 +45,8 @@ jobs:
45
fi
46
47
# 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
+ # 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
50
pip install -r other_requirements.txt
51
52
- name: Run Python script
0 commit comments