Skip to content

Commit 37c1848

Browse files
authored
Remove triton's conda deps (#365)
1 parent 66ae92e commit 37c1848

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ jobs:
6969
rm -rf triton/ || true
7070
git clone https://github.com/triton-lang/triton.git
7171
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
7572
conda install -y -c conda-forge gcc_linux-64=13 gxx_linux-64=13 gcc=13 gxx=13
7673
pip install -r python/requirements.txt
7774
MAX_JOBS=$(nproc) TRITON_PARALLEL_LINK_JOBS=2 pip install .

0 commit comments

Comments
 (0)