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 19dc278 commit a06d843Copy full SHA for a06d843
.github/workflows/build-test-reusable.yml
@@ -139,7 +139,7 @@ jobs:
139
uses: ./.github/actions/install-wheels
140
with:
141
gh_token: ${{ secrets.GITHUB_TOKEN }}
142
- install_cmd: conda run --no-capture-output -n triton pip install
+ install_cmd: ${{ env.HOME }}/miniforge3/bin/conda run --no-capture-output -n triton pip install
143
python_version: ${{ inputs.python_version }}
144
145
- name: Create test-triton command line
0 commit comments