[CI] Changed triton-nightly to --pre triton (#78)

The solution proposed in #77 can create namespace conflicts when triton and triton-nightly have both been pip installed. Therefore, this PR is moving nightly releases to pre-releases in the main triton index.
This commit is contained in:
Philippe Tillet
2021-03-23 03:32:51 -04:00
committed by GitHub
parent 9c05ec148f
commit ce7c0a2b10
4 changed files with 4 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ You can install the latest nightly release of Triton from pip:
.. code-block:: bash
pip install triton-nightly
pip install -U --pre triton
--------------