This is an automated email from the ASF dual-hosted git repository.
mshr pushed a commit to branch investigate-macos-ci-error
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/investigate-macos-ci-error by
this push:
new b6004c0447 debug print conda/
b6004c0447 is described below
commit b6004c0447536bcb7bbad635d769869bd5c69fb0
Author: Masahiro Hiramori <[email protected]>
AuthorDate: Sun Nov 23 22:27:42 2025 +0900
debug print conda/
---
.github/workflows/main.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 7b55dade14..691612157c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -42,6 +42,11 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
+ - name: Print conda dir
+ shell: bash -l {0}
+ run: |
+ ls -la conda/
+ cat conda/build-environment.yaml
- name: Set up environment
uses: ./.github/actions/setup
- name: Install LLVM dependencies