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 a06d843 commit ccc9a73Copy full SHA for ccc9a73
.github/workflows/build-test-reusable.yml
@@ -91,6 +91,7 @@ jobs:
91
shell: bash --noprofile --norc -eo pipefail {0}
92
run: |
93
scripts/install-${{ inputs.env_manager }}.sh --python-version ${{ inputs.python_version }}
94
+ echo $HOME/miniforge3/bin >>$GITHUB_PATH
95
96
- name: Print inputs
97
@@ -139,7 +140,7 @@ jobs:
139
140
uses: ./.github/actions/install-wheels
141
with:
142
gh_token: ${{ secrets.GITHUB_TOKEN }}
- 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
144
python_version: ${{ inputs.python_version }}
145
146
- name: Create test-triton command line
0 commit comments