We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f0402 commit 51f2e08Copy full SHA for 51f2e08
.github/workflows/pytest.yml
@@ -29,4 +29,5 @@ jobs:
29
source venv/bin/activate
30
pip install -e .[test]
31
pip install -r requirements-dev.txt
32
+ pip install --force-reinstall 'triton==3.2.0'
33
python -m pytest tests --ignore=tests/test_mlx.py
0 commit comments