We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ae92e commit 37c1848Copy full SHA for 37c1848
.github/workflows/test.yml
@@ -69,9 +69,6 @@ jobs:
69
rm -rf triton/ || true
70
git clone https://github.com/triton-lang/triton.git
71
cd triton/
72
- conda config --set channel_priority strict
73
- conda install -y -c conda-forge conda=25.3.1 conda-libmamba-solver
74
- conda config --set solver libmamba
75
conda install -y -c conda-forge gcc_linux-64=13 gxx_linux-64=13 gcc=13 gxx=13
76
pip install -r python/requirements.txt
77
MAX_JOBS=$(nproc) TRITON_PARALLEL_LINK_JOBS=2 pip install .
0 commit comments