Skip to content

Commit ccc9a73

Browse files
committed
Fix conda path
1 parent a06d843 commit ccc9a73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
shell: bash --noprofile --norc -eo pipefail {0}
9292
run: |
9393
scripts/install-${{ inputs.env_manager }}.sh --python-version ${{ inputs.python_version }}
94+
echo $HOME/miniforge3/bin >>$GITHUB_PATH
9495
9596
- name: Print inputs
9697
run: |
@@ -139,7 +140,7 @@ jobs:
139140
uses: ./.github/actions/install-wheels
140141
with:
141142
gh_token: ${{ secrets.GITHUB_TOKEN }}
142-
install_cmd: ${{ env.HOME }}/miniforge3/bin/conda run --no-capture-output -n triton pip install
143+
install_cmd: conda run --no-capture-output -n triton pip install
143144
python_version: ${{ inputs.python_version }}
144145

145146
- name: Create test-triton command line

0 commit comments

Comments
 (0)