diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d8d8eada4..1a77311b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -146,6 +146,12 @@ jobs: rm -rf triton/ python -c "import triton; print(f'Triton version: {triton.__version__}')" + - name: Pin networkx for Python 3.14 + if: matrix.python-version == '3.14' + run: | + source .venv/bin/activate + uv pip install networkx==2.8.8 + - name: Install Helion run: | source .venv/bin/activate