Skip to content

Commit ebf45ec

Browse files
committed
Fix pytorch path
1 parent ccc9a73 commit ebf45ec

File tree

2 files changed

+267
-299
lines changed

2 files changed

+267
-299
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ jobs:
8787
path: $HOME/miniforge3/envs/triton
8888
key: conda-${{ inputs.env_manager }}-py${{ matrix.python }}-${{ hashFiles('scripts/triton.yml', 'python/pyproject.toml', 'python/setup.py') }}-${{ env.CACHE_NUMBER }}
8989

90+
- name: Fail
91+
if: inputs.env_manager == 'base'
92+
run: exit 1
93+
9094
- name: Install Manager Environment
9195
shell: bash --noprofile --norc -eo pipefail {0}
9296
run: |

0 commit comments

Comments
 (0)