Skip to content

Commit a06d843

Browse files
committed
Add a standalone e2e test, r9
1 parent 19dc278 commit a06d843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
uses: ./.github/actions/install-wheels
140140
with:
141141
gh_token: ${{ secrets.GITHUB_TOKEN }}
142-
install_cmd: conda run --no-capture-output -n triton pip install
142+
install_cmd: ${{ env.HOME }}/miniforge3/bin/conda run --no-capture-output -n triton pip install
143143
python_version: ${{ inputs.python_version }}
144144

145145
- name: Create test-triton command line

0 commit comments

Comments
 (0)